summaryrefslogtreecommitdiffstats
path: root/tderesources/kolab
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-16 01:10:50 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-16 01:10:50 -0600
commita8f3e727ae4e7c39788e58ed9bc1733d8de11897 (patch)
tree58982733ff19b22da4edeb2297f1ba1c365a009b /tderesources/kolab
parent914b878361b3e822fdd3088ee1e4c4757e8bc00f (diff)
downloadtdepim-a8f3e727ae4e7c39788e58ed9bc1733d8de11897.tar.gz
tdepim-a8f3e727ae4e7c39788e58ed9bc1733d8de11897.zip
Fix build system references to kabc
Diffstat (limited to 'tderesources/kolab')
-rw-r--r--tderesources/kolab/kabc/CMakeLists.txt4
-rw-r--r--tderesources/kolab/kabc/Makefile.am2
2 files changed, 3 insertions, 3 deletions
diff --git a/tderesources/kolab/kabc/CMakeLists.txt b/tderesources/kolab/kabc/CMakeLists.txt
index e4e3e00c..cd137125 100644
--- a/tderesources/kolab/kabc/CMakeLists.txt
+++ b/tderesources/kolab/kabc/CMakeLists.txt
@@ -27,11 +27,11 @@ link_directories(
install(
FILES kolab.desktop
- DESTINATION ${SERVICES_INSTALL_DIR}/tderesources/kabc )
+ DESTINATION ${SERVICES_INSTALL_DIR}/tderesources/tdeabc )
install(
FILES ${CMAKE_CURRENT_SOURCE_DIR}/../uninstall.desktop
- DESTINATION ${SERVICES_INSTALL_DIR}/tderesources/kabc
+ DESTINATION ${SERVICES_INSTALL_DIR}/tderesources/tdeabc
RENAME imap.desktop )
diff --git a/tderesources/kolab/kabc/Makefile.am b/tderesources/kolab/kabc/Makefile.am
index 80643fba..483cff5e 100644
--- a/tderesources/kolab/kabc/Makefile.am
+++ b/tderesources/kolab/kabc/Makefile.am
@@ -19,7 +19,7 @@ kabc_kolab_la_SOURCES = resourcekolab_plugin.cpp
kabc_kolab_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -no-undefined
kabc_kolab_la_LIBADD = libkabckolab.la
-servicedir = $(kde_servicesdir)/tderesources/kabc
+servicedir = $(kde_servicesdir)/tderesources/tdeabc
service_DATA = kolab.desktop
install-data-local: $(srcdir)/../uninstall.desktop