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

kde_module_LTLIBRARIES = libkontact_knotesplugin.la
libkontact_knotesplugin_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN)
libkontact_knotesplugin_la_LIBADD = $(top_builddir)/kontact/interfaces/libkpinterfaces.la \
                                    $(LIB_KPARTS) $(top_builddir)/libtdepim/libtdepim.la \
                                    $(top_builddir)/libkcal/libkcal.la -lkresources -ltdeprint \
                                    $(top_builddir)/knotes/libknotesresources.la \
                                    $(top_builddir)/knotes/libknoteseditor.la \
                                    $(top_builddir)/knotes/libknotesprinting.la

libkontact_knotesplugin_la_SOURCES = knotes_plugin.cpp knotes_part.cpp summarywidget.cpp \
                                     knotetip.cpp KNotesIface.skel

METASOURCES = AUTO

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

partdir = $(kde_datadir)/knotes
part_DATA = knotes_part.rc

KNotesIface_DIR = $(top_srcdir)/knotes