summaryrefslogtreecommitdiffstats
path: root/filters/kchart/svg/Makefile.am
blob: 864653e33073c9f1d12682a08311e884dfb17037 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
####### 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.cpp
libkchartsvgexport_la_LDFLAGS = -module $(KDE_PLUGIN) -no-undefined $(all_libraries) -ltdecore -ltdeui $(LIB_TQT) -lkjs -ltdefx -ltdeio -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