summaryrefslogtreecommitdiffstats
path: root/chalk/plugins/filters/colors/Makefile.am
blob: 8f54c2ed75497507e4fb3076978c43a34d2870e9 (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.cpp kis_minmax_filters.cpp kis_color_to_alpha.cpp wdgcolortoalphabase.ui kis_wdg_color_to_alpha.cpp

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