~ubuntu-branches/ubuntu/warty/gwenview/warty

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