9 lines
154 B
Makefile
9 lines
154 B
Makefile
include $(top_srcdir)/config/Rules.am
|
|
|
|
noinst_LTLIBRARIES = libtpool.la
|
|
|
|
USER_C = \
|
|
thread_pool.c \
|
|
thread_pool_impl.h
|
|
|
|
libtpool_la_SOURCES = $(USER_C)
|