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

kde_module_LTLIBRARIES = karbon_whirlpinchplugin.la

karbon_whirlpinchplugin_la_SOURCES = whirlpinchplugin.cc
karbon_whirlpinchplugin_la_LIBADD = $(LIB_TDEPARTS) $(LIB_KOPAINTER) $(LIB_KOFFICECORE) $(LIB_KOFFICEUI) \
				../../libkarboncommon.la


karbon_whirlpinchplugin_la_LDFLAGS = -ltdecore -ltdeui $(LIB_TQT) -lkjs -ltdefx -ltdeio $(all_libraries) -module $(KDE_PLUGIN)

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

METASOURCES = AUTO