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/filters/karbon/xcf/Makefile.am

28 lines
664 B

kde_module_LTLIBRARIES = libkarbonxcfexport.la
libkarbonxcfexport_la_LDFLAGS = $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_TQT) -lkjs -ltdefx -ltdeio -ltdeparts
libkarbonxcfexport_la_LIBADD = \
$(KOFFICE_LIBS) \
../../../karbon/libkarboncommon.la
INCLUDES = \
$(KOFFICE_INCLUDES) $(KOPAINTER_INCLUDES) \
-I$(top_srcdir)/karbon \
-I$(top_srcdir)/karbon/core \
-I$(top_srcdir)/karbon/render \
-I$(top_srcdir)/karbon/visitors \
$(all_includes)
service_DATA = karbon_xcf_export.desktop
servicedir = $(kde_servicesdir)
noinst_HEADERS = \
xcfexport.h
libkarbonxcfexport_la_SOURCES = \
xcfexport.cc
libkarbonxcfexport_la_METASOURCES = \
AUTO