summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: 6d59f4e256720585c38bed8e2cca17bccf6eecdf (plain)
1
2
3
4
5
6
7
8
9
10
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = pthread-stubs.pc

if BUILD_LIB
stubs.c: list.m4 stubs.c.m4
	m4 -P stubs.c.m4 > $@

lib_LTLIBRARIES = libpthread-stubs.la
libpthread_stubs_la_SOURCES = stubs.c
endif