You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gwenview/src/tsthread/Makefile.am

13 lines
208 B

INCLUDES = -I$(srcdir) -I$(srcdir)/.. $(all_includes)
noinst_LTLIBRARIES = libtsthread.la
libtsthread_la_SOURCES = \
tsthread.cpp \
tswaitcondition.cpp
noinst_HEADERS = \
tsthread.h
METASOURCES = AUTO