1include $(top_srcdir)/config/Rules.am
2
3noinst_LTLIBRARIES = libtpool.la
4
5USER_C = \
6	thread_pool.c \
7	thread_pool_impl.h
8
9libtpool_la_SOURCES = $(USER_C)
10