summaryrefslogtreecommitdiffstats
path: root/filters/kchart/png/Makefile.am
blob: 7231ef1303664c7ca3580fe8954a4b73ec5a77b8 (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
30
31
32
####### General stuff

INCLUDES= -I$(srcdir) $(KOFFICE_INCLUDES) \
	-I$(top_srcdir)/kchart \
	-I$(top_srcdir)/kchart/kdchart \
	-I$(top_srcdir)/interfaces \
	-I$(top_srcdir)/filters/libdialogfilter \
	-I$(top_srcdir)/filters/kchart/libimageexport \
	$(all_includes)

####### Files

kde_module_LTLIBRARIES = libkchartpngexport.la

libkchartpngexport_la_SOURCES = pngexport.cpp
libkchartpngexport_la_LDFLAGS = -module $(KDE_PLUGIN) -no-undefined
libkchartpngexport_la_LIBADD = ../../../kchart/libkchartcommon.la ../libimageexport/libkchartimageexport.la ../../../filters/libdialogfilter/libdialogfilter.la $(KOFFICE_LIBS)
noinst_HEADERS = \
	pngexport.h 

METASOURCES = AUTO

service_DATA = kchart_png_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