summaryrefslogtreecommitdiffstats
path: root/src/tsthread/Makefile.am
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-01 21:09:45 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-13 21:49:55 +0900
commit13ff311d52c57244f6804a97288d3f31cd6800da (patch)
tree21a4cc15ef16f9c96560331c4e1552bfe730691f /src/tsthread/Makefile.am
parent583e70ed73753e56700ca4ceba03c476e739da51 (diff)
downloadgwenview-13ff311d52c57244f6804a97288d3f31cd6800da.tar.gz
gwenview-13ff311d52c57244f6804a97288d3f31cd6800da.zip
Drop autotools support
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/tsthread/Makefile.am')
-rw-r--r--src/tsthread/Makefile.am12
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