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

28 lines
789 B

kde_module_LTLIBRARIES = libkarbonpngexport.la
libkarbonpngexport_la_LDFLAGS = $(KDE_PLUGIN) $(all_libraries) -lkdecore -lkdeui $(LIB_QT) -lkjs -lkdefx -lkio -lkparts -L../../../lib/kofficecore/.libs/ -lkofficecore -L../../../lib/kofficeui/.libs/ -lkofficeui -L../../../lib/store/.libs/ -lkstore
libkarbonpngexport_la_LIBADD = \
$(LIB_KOFFICEUI) \
../../../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_png_export.desktop
servicedir = $(kde_servicesdir)
noinst_HEADERS = \
pngexport.h
libkarbonpngexport_la_SOURCES = \
pngexport.cc
libkarbonpngexport_la_METASOURCES = \
AUTO