blob: cd0ed321114f14f3fb3bc3be43d918dd0cb5360b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
INCLUDES = -I$(srcdir) -I$(srcdir)/.. $(all_includes)
noinst_LTLIBRARIES = libtsthread.la
libtsthread_la_SOURCES = \
tsthread.cpp \
tswaitcondition.cpp
noinst_HEADERS = \
tsthread.h
METASOURCES = AUTO
|