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/krita/colorspaces/lms_f32/Makefile.am

29 lines
978 B

# Install the desktop file needed to detect the plugin
kde_services_DATA = krita_lms_f32_plugin.desktop
INCLUDES = \
-I$(srcdir)/../../sdk \
-I$(srcdir)/../../kritacolor/color_strategy/ \
-I$(srcdir)/../../kritacolor/ \
$(KOFFICE_INCLUDES) \
$(all_includes)
lib_LTLIBRARIES = libkrita_lms_f32.la
libkrita_lms_f32_la_SOURCES = kis_lms_f32_colorspace.cc
libkrita_lms_f32_la_LDFLAGS = $(all_libraries)
libkrita_lms_f32_la_LIBADD = ../../kritacolor/libkritacolor.la
# Install this plugin in the KDE modules directory
kde_module_LTLIBRARIES = krita_lms_f32_plugin.la
# Srcs for the plugin
krita_lms_f32_plugin_la_SOURCES = lms_f32_plugin.cc
noinst_HEADERS = lms_f32_plugin.h kis_lms_f32_colorspace.h
krita_lms_f32_plugin_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -lkdecore -lkdeui -lkjs -lkdefx -lkio -lkparts -llcms
krita_lms_f32_plugin_la_LIBADD = libkrita_lms_f32.la ../../kritacolor/libkritacolor.la
krita_lms_f32_plugin_la_METASOURCES = AUTO