summaryrefslogtreecommitdiffstats
path: root/filters/karbon/png/Makefile.am
blob: 86d7e4114acfa88de123c44c638265a62e5dd20c (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 = libkarbonpngexport.la

libkarbonpngexport_la_LDFLAGS = $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_TQT) -lkjs -ltdefx -ltdeio -ltdeparts
libkarbonpngexport_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_png_export.desktop
servicedir = $(kde_servicesdir)

noinst_HEADERS = \
	pngexport.h

libkarbonpngexport_la_SOURCES = \
	pngexport.cc

libkarbonpngexport_la_METASOURCES = \
	AUTO