####### General stuff INCLUDES= -I$(srcdir) $(KOFFICE_INCLUDES) \ -I$(top_srcdir)/kchart \ -I$(top_srcdir)/kchart/kdchart \ -I$(top_srcdir)/interfaces \ $(all_includes) ####### Files kde_module_LTLIBRARIES = libkchartsvgexport.la libkchartsvgexport_la_SOURCES = svgexport.cc libkchartsvgexport_la_LDFLAGS = -module $(KDE_PLUGIN) -no-undefined $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts libkchartsvgexport_la_LIBADD = ../../../kchart/libkchartcommon.la $(KOFFICE_LIBS) noinst_HEADERS = \ svgexport.h METASOURCES = AUTO service_DATA = kchart_svg_export.desktop servicedir = $(kde_servicesdir) # Note: If your filter exports or exports some special file # which KDE doesn't have a mimetype for, yet, you'll have to # create a mimetype and install it using those two lines. # In case of doubt please ask koffice@kde.org or # koffice-devel@kde.org. Thanks. # data_DATA = x-png.desktop # datadir = $(kde_mimedir)/text