summaryrefslogtreecommitdiffstats
path: root/chalk/plugins/filters/threadtest/Makefile.am
blob: e1a7c26757ac0275dfe218853c5ac644ff15009e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
kde_services_DATA = chalkthreadtest.desktop

INCLUDES  =  -I$(srcdir)/../../../sdk \
	 -I$(srcdir)/../../../core \
	-I$(srcdir)/../../../chalkcolor/ \
	-I$(srcdir)/../../../ui \
	-I$(srcdir)/../../../../lib/kofficecore \
	$(all_includes)

chalkthreadtest_la_SOURCES = threadtest.cpp

kde_module_LTLIBRARIES = chalkthreadtest.la
noinst_HEADERS = threadtest.h

chalkthreadtest_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
chalkthreadtest_la_LIBADD =  ../../../libchalkcommon.la

chalkthreadtest_la_METASOURCES = AUTO