summaryrefslogtreecommitdiffstats
path: root/tderesources/kolab/tdeabc/Makefile.am
blob: e750d54641446aa89361576e08b7225370bacb4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
METASOURCES = AUTO

INCLUDES = -I$(top_srcdir)/tderesources/kolab/shared -I$(top_srcdir) $(all_includes)

# The kolab wizard links to this library too
lib_LTLIBRARIES = libkabckolab.la

libkabckolab_la_SOURCES = resourcekolab.cpp contact.cpp
libkabckolab_la_LDFLAGS = $(all_libraries) -no-undefined
libkabckolab_la_LIBADD =  \
	$(top_builddir)/tderesources/kolab/shared/libresourcekolabshared.la \
	-ltderesources -ltdeabc

kde_module_LTLIBRARIES = tdeabc_kolab.la

noinst_HEADERS = resourcekolab.h contact.h

tdeabc_kolab_la_SOURCES = resourcekolab_plugin.cpp
tdeabc_kolab_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -no-undefined
tdeabc_kolab_la_LIBADD = libkabckolab.la

servicedir = $(kde_servicesdir)/tderesources/tdeabc
service_DATA = kolab.desktop

install-data-local: $(srcdir)/../uninstall.desktop
	$(mkinstalldirs) $(DESTDIR)$(servicedir)
	$(INSTALL_DATA) $(srcdir)/../uninstall.desktop $(DESTDIR)$(servicedir)/imap.desktop