summaryrefslogtreecommitdiffstats
path: root/filters/kchart/xbm/Makefile.am
blob: 565dd623ea1f9343f20647af62be975680feb3cf (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
####### 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 = libkchartxbmexport.la

libkchartxbmexport_la_SOURCES = xbmexport.cpp
libkchartxbmexport_la_LDFLAGS = -module $(KDE_PLUGIN) -no-undefined $(all_libraries) -ltdecore -ltdeui $(LIB_TQT) -lkjs -ltdefx -ltdeio -ltdeparts
libkchartxbmexport_la_LIBADD = ../../../kchart/libkchartcommon.la ../libimageexport/libkchartimageexport.la ../../../filters/libdialogfilter/libdialogfilter.la $(KOFFICE_LIBS)
noinst_HEADERS = \
	xbmexport.h

METASOURCES = AUTO

service_DATA = kchart_xbm_export.desktop
servicedir = $(kde_servicesdir)