diff options
Diffstat (limited to 'src/tsthread/Makefile.am')
-rw-r--r-- | src/tsthread/Makefile.am | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/tsthread/Makefile.am b/src/tsthread/Makefile.am deleted file mode 100644 index cd0ed32..0000000 --- a/src/tsthread/Makefile.am +++ /dev/null @@ -1,12 +0,0 @@ -INCLUDES = -I$(srcdir) -I$(srcdir)/.. $(all_includes) - -noinst_LTLIBRARIES = libtsthread.la - -libtsthread_la_SOURCES = \ - tsthread.cpp \ - tswaitcondition.cpp - -noinst_HEADERS = \ - tsthread.h - -METASOURCES = AUTO |