xenocara/lib/libpthread-stubs/Makefile.am
2009-05-22 15:50:33 +00:00

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