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

kde_module_LTLIBRARIES = libkontact_kaddressbookplugin.la
libkontact_kaddressbookplugin_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -lkabc
libkontact_kaddressbookplugin_la_LIBADD = $(top_builddir)/kontact/interfaces/libkpinterfaces.la $(top_builddir)/libtdepim/libtdepim.la

libkontact_kaddressbookplugin_la_SOURCES = kaddressbook_plugin.cpp \
                                           kaddressbookiface.stub \
                                           kmailIface.stub

METASOURCES = AUTO

servicedir = $(kde_servicesdir)/kontact
service_DATA = kaddressbookplugin.desktop

kaddressbookiface_DIR = $(top_srcdir)/kaddressbook
kmailIface_DIR = $(top_srcdir)/kmail
kmailIface_DCOPIDLNG = true