summaryrefslogtreecommitdiffstats
path: root/chalk/plugins/filters/example/Makefile.am
blob: fcb56751de7b7e74bd7022fbf42b85a7506e9b8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
chalkrcdir = $(kde_datadir)/chalk/chalkplugins

kde_services_DATA = chalkexample.desktop


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

chalkexample_la_SOURCES = example.cc

kde_module_LTLIBRARIES = chalkexample.la
noinst_HEADERS = example.h

chalkexample_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_TQT) -ltdecore -ltdeui -lkjs -ltdefx -ltdeio -ltdeparts
chalkexample_la_LIBADD =  ../../../libchalkcommon.la \
	../../../../chalk/chalkcolor/libchalkcolor.la \
	../../../../chalk/core/libchalkimage.la \
	../../../../chalk/ui/libchalkui.la

chalkexample_la_METASOURCES = AUTO