summaryrefslogtreecommitdiffstats
path: root/karbon/plugins/flattenpath/Makefile.am
blob: 2356e93362ddcc983dafe2d4be46d26ba93ff1e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
INCLUDES = $(KOFFICE_INCLUDES) -I$(top_srcdir)/karbon  -I$(top_srcdir)/karbon/core $(all_includes)

kde_module_LTLIBRARIES = karbon_flattenpathplugin.la

karbon_flattenpathplugin_la_SOURCES = flattenpathplugin.cc
karbon_flattenpathplugin_la_LIBADD = $(LIB_KPARTS) $(LIB_KOFFICEUI) \
				../../libkarboncommon.la

karbon_flattenpathplugin_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)

partpluginsdir   = $(kde_datadir)/karbon/kpartplugins
partplugins_DATA = flattenpathplugin.rc

METASOURCES = AUTO