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

30 lines
968 B

# Install the desktop file needed to detect the plugin
INCLUDES = -I$(srcdir)/../../sdk \
-I$(srcdir)/../../kritacolor/color_strategy/ \
-I$(srcdir)/../../kritacolor/ \
$(KOFFICE_INCLUDES) \
$(all_includes)
lib_LTLIBRARIES = libkrita_ycbcr_u8.la
libkrita_ycbcr_u8_la_LDFLAGS = $(all_libraries)
libkrita_ycbcr_u8_la_LIBADD = ../../kritacolor/libkritacolor.la
# Install this plugin in the KDE modules directory
kde_module_LTLIBRARIES = krita_ycbcr_u8_plugin.la
# Srcs for the plugin
krita_ycbcr_u8_plugin_la_SOURCES = ycbcr_u8_plugin.cc
noinst_HEADERS = ycbcr_u8_plugin.h kis_ycbcr_u8_colorspace.h
krita_ycbcr_u8_plugin_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -lkdecore -lkdeui -lkjs -lkdefx -lkio -lkparts -llcms
krita_ycbcr_u8_plugin_la_LIBADD = libkrita_ycbcr_u8.la ../../kritacolor/libkritacolor.la
METASOURCES = AUTO
libkrita_ycbcr_u8_la_SOURCES = kis_ycbcr_u8_colorspace.cc
kde_services_DATA = krita_ycbcr_u8_plugin.desktop