summaryrefslogtreecommitdiffstats
path: root/karbon/plugins/insertknots/Makefile.am
blob: 97cb21f7fb99ec5567a87e5eb8a5f37e4511ca32 (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_insertknotsplugin.la

karbon_insertknotsplugin_la_SOURCES = insertknotsplugin.cpp
karbon_insertknotsplugin_la_LIBADD = $(LIB_TDEPARTS) $(LIB_KOFFICECORE) $(LIB_KOFFICEUI) \
					$(LIB_KOPAINTER) ../../libkarboncommon.la

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

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

METASOURCES = AUTO