8 lines
165 B
Makefile
8 lines
165 B
Makefile
|
pkgconfigdir = $(libdir)/pkgconfig
|
||
|
pkgconfig_DATA = pthread-stubs.pc
|
||
|
|
||
|
if BUILD_LIB
|
||
|
lib_LTLIBRARIES = libpthread-stubs.la
|
||
|
libpthread_stubs_la_SOURCES = stubs.c
|
||
|
endif
|