summaryrefslogtreecommitdiffstats
path: root/chalk/plugins/filters/roundcorners/Makefile.am
blob: 05f2e0554ae231e6246ca83b4aca56ec7d5e9ebf (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
kde_services_DATA = chalkroundcornersfilter.desktop

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

kde_module_LTLIBRARIES = chalkroundcornersfilter.la

chalkroundcornersfilter_la_SOURCES = kis_round_corners_filter_plugin.cc \
	kis_round_corners_filter.cc

noinst_HEADERS = kis_round_corners_filter_plugin.h \
	kis_round_corners_filter.h

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

chalkroundcornersfilter_la_METASOURCES = AUTO