xenocara/lib/libpthread-stubs/Makefile.am

8 lines
165 B
Makefile
Raw Normal View History

2009-05-22 09:50:33 -06:00
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = pthread-stubs.pc
if BUILD_LIB
lib_LTLIBRARIES = libpthread-stubs.la
libpthread_stubs_la_SOURCES = stubs.c
endif