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

kde_services_DATA = chalkextensioncolorsfilters.desktop

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

chalkextensioncolorsfilters_la_SOURCES = colors.cc kis_minmax_filters.cc kis_color_to_alpha.cc wdgcolortoalphabase.ui kis_wdg_color_to_alpha.cc

kde_module_LTLIBRARIES = chalkextensioncolorsfilters.la
noinst_HEADERS = colors.h

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

METASOURCES = AUTO