summaryrefslogtreecommitdiffstats
path: root/chalk/plugins/filters/noisefilter/Makefile.am
blob: 8c06406f795cdcd5ffffe9c31bd5c5e0516470ad (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
25
chalkrcdir = $(kde_datadir)/chalk/chalkplugins

kde_services_DATA = chalknoisefilter.desktop


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

chalknoisefilter_la_SOURCES = noisefilter.cc wdgnoiseoptions.ui \
	kis_wdg_noise.cpp

kde_module_LTLIBRARIES = chalknoisefilter.la
noinst_HEADERS = noisefilter.h kis_wdg_noise.h

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

chalknoisefilter_la_METASOURCES = AUTO