summaryrefslogtreecommitdiffstats
path: root/filters/karbon/xcf/Makefile.am
blob: bc16ca76dd1ce85416b5ccfced1b99840cd7c082 (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
kde_module_LTLIBRARIES = libkarbonxcfexport.la

libkarbonxcfexport_la_LDFLAGS = $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_TQT) -lkjs -ltdefx -ltdeio -ltdeparts
libkarbonxcfexport_la_LIBADD = \
	$(KOFFICE_LIBS) \
	../../../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_xcf_export.desktop
servicedir = $(kde_servicesdir)

noinst_HEADERS = \
	xcfexport.h

libkarbonxcfexport_la_SOURCES = \
	xcfexport.cpp

libkarbonxcfexport_la_METASOURCES = \
	AUTO