You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
koffice/chalk/colorspaces/wetsticky/brushop/Makefile.am

29 lines
825 B

kde_services_DATA = chalkwsbrushpaintop.desktop
chalkimagesdir = $(prefix)/share/apps/chalk/images
chalkimages_DATA = wetpaintbrush.png
# all_includes must remain last!
INCLUDES = -I$(srcdir)/../../../sdk \
-I$(srcdir)/../../../chalkcolor/color_strategy/ \
-I$(srcdir)/../../../color_strategy/ \
-I$(srcdir)/../../../core/ \
-I$(srcdir)/../../../ui \
$(KOFFICE_INCLUDES) $(KOPAINTER_INCLUDES) $(all_includes)
chalkwsbrushpaintop_la_SOURCES = \
wsbrushpaintop_plugin.cc \
kis_wsbrushop.cc
noinst_HEADERS= \
wsbrushpaintop_plugin.h \
kis_wsbrushop.h
kde_module_LTLIBRARIES = chalkwsbrushpaintop.la
chalkwsbrushpaintop_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
chalkwsbrushpaintop_la_LIBADD = ../../..//libchalkcommon.la $(LIB_KOPAINTER) $(LIB_KOFFICECORE)
chalkwsbrushpaintop_la_METASOURCES = AUTO