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/cmyk_u8/Makefile.am

21 lines
624 B

kde_services_DATA = chalkcmykplugin.desktop
INCLUDES = -I$(srcdir)/../../sdk \
-I$(srcdir)/../../chalkcolor/color_strategy \
-I$(srcdir)/../../chalkcolor \
$(KOFFICE_INCLUDES) \
$(all_includes)
kde_module_LTLIBRARIES = chalkcmykplugin.la
chalkcmykplugin_la_SOURCES = cmyk_plugin.cc kis_cmyk_colorspace.cc
noinst_HEADERS = cmyk_plugin.h kis_cmyk_colorspace.h
chalkcmykplugin_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -ltdeparts -llcms
chalkcmykplugin_la_LIBADD = ../../chalkcolor/libchalkcolor.la
chalkcmykplugin_la_METASOURCES = AUTO
SUBDIRS=templates