diff options
Diffstat (limited to 'tderesources/kolab/kabc/Makefile.am')
-rw-r--r-- | tderesources/kolab/kabc/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tderesources/kolab/kabc/Makefile.am b/tderesources/kolab/kabc/Makefile.am index 483cff5ed..7b552e903 100644 --- a/tderesources/kolab/kabc/Makefile.am +++ b/tderesources/kolab/kabc/Makefile.am @@ -11,13 +11,13 @@ libkabckolab_la_LIBADD = \ $(top_builddir)/tderesources/kolab/shared/libresourcekolabshared.la \ -ltderesources -lkabc -kde_module_LTLIBRARIES = kabc_kolab.la +kde_module_LTLIBRARIES = tdeabc_kolab.la noinst_HEADERS = resourcekolab.h contact.h -kabc_kolab_la_SOURCES = resourcekolab_plugin.cpp -kabc_kolab_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -no-undefined -kabc_kolab_la_LIBADD = libkabckolab.la +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 |