summaryrefslogtreecommitdiffstats
path: root/kontact/plugins/test/Makefile.am
blob: 3fbac9eb36b8b6b15ec4464a9790d0ed09ae409e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
INCLUDES = -I$(top_srcdir)/kontact/interfaces $(all_includes)

kde_module_LTLIBRARIES = libkptestplugin.la
libkptestplugin_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN)
libkptestplugin_la_LIBADD = $(top_builddir)/kontact/interfaces/libkpinterfaces.la $(LIB_KPARTS)

libkptestplugin_la_SOURCES = test_plugin.cpp test_part.cpp kaddressbookiface.stub

kaddressbookiface_DIR = $(top_srcdir)/kaddressbook

METASOURCES = AUTO

servicedir = $(kde_servicesdir)
service_DATA = kptestplugin.desktop

rc_DATA = kptestplugin.rc
rcdir = $(kde_datadir)/kptestplugin

kpartrc_DATA = testpartui.rc
kpartrcdir = $(kde_datadir)/testpart