blob: 5d4e028940edaccef9c8ac63411e3e38d882ed73 (
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 = chalkwsplugin.desktop
INCLUDES = -I$(srcdir)/../../sdk \
-I$(srcdir)/../../core \
-I$(srcdir)/../../core/color_strategy \
-I$(srcdir)/../../../chalkcolor/color_strategy/ \
-I$(srcdir)/../../../color_strategy/ \
-I$(srcdir)/../../ui \
$(KOFFICE_INCLUDES) \
-I$(interfacedir) \
$(KOPAINTER_INCLUDES) \
$(all_includes)
kde_module_LTLIBRARIES = chalkwsplugin.la
chalkwsplugin_la_SOURCES = wet_sticky_plugin.cpp kis_wet_sticky_colorspace.cpp kis_ws_engine_filter.cpp
noinst_HEADERS = wet_sticky_plugin.h kis_wet_sticky_colorspace.h kis_ws_engine_filter.h
chalkwsplugin_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
chalkwsplugin_la_LIBADD = ../../chalkcolor/libchalkcolor.la
chalkwsplugin_la_METASOURCES = AUTO
SUBDIRS=brushop
|