diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-16 01:10:50 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-16 01:10:50 -0600 |
commit | a8f3e727ae4e7c39788e58ed9bc1733d8de11897 (patch) | |
tree | 58982733ff19b22da4edeb2297f1ba1c365a009b /tderesources/slox | |
parent | 914b878361b3e822fdd3088ee1e4c4757e8bc00f (diff) | |
download | tdepim-a8f3e727ae4e7c39788e58ed9bc1733d8de11897.tar.gz tdepim-a8f3e727ae4e7c39788e58ed9bc1733d8de11897.zip |
Fix build system references to kabc
Diffstat (limited to 'tderesources/slox')
-rw-r--r-- | tderesources/slox/CMakeLists.txt | 2 | ||||
-rw-r--r-- | tderesources/slox/Makefile.am | 4 | ||||
-rw-r--r-- | tderesources/slox/kabcresourceslox.h | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/tderesources/slox/CMakeLists.txt b/tderesources/slox/CMakeLists.txt index 51d974c49..10f703017 100644 --- a/tderesources/slox/CMakeLists.txt +++ b/tderesources/slox/CMakeLists.txt @@ -26,7 +26,7 @@ link_directories( ##### other data ################################ install( FILES kcal_slox.desktop kcal_ox.desktop DESTINATION ${SERVICES_INSTALL_DIR}/tderesources/kcal ) -install( FILES kabc_slox.desktop kabc_ox.desktop DESTINATION ${SERVICES_INSTALL_DIR}/tderesources/kabc ) +install( FILES kabc_slox.desktop kabc_ox.desktop DESTINATION ${SERVICES_INSTALL_DIR}/tderesources/tdeabc ) ##### kcal_slox (module) ######################## diff --git a/tderesources/slox/Makefile.am b/tderesources/slox/Makefile.am index 7189d6338..48d0c0f66 100644 --- a/tderesources/slox/Makefile.am +++ b/tderesources/slox/Makefile.am @@ -42,10 +42,10 @@ testsloxaccounts_SOURCES = testsloxaccounts.cpp kcal_servicedir = $(kde_servicesdir)/tderesources/kcal kcal_service_DATA = kcal_slox.desktop kcal_ox.desktop -kabc_servicedir = $(kde_servicesdir)/tderesources/kabc +kabc_servicedir = $(kde_servicesdir)/tderesources/tdeabc kabc_service_DATA = kabc_slox.desktop kabc_ox.desktop METASOURCES = AUTO messages: rc.cpp - $(XGETTEXT) *.cpp -o $(podir)/kabc_slox.pot + $(XGETTEXT) *.cpp -o $(podir)/tdeabc_slox.pot diff --git a/tderesources/slox/kabcresourceslox.h b/tderesources/slox/kabcresourceslox.h index d51b06a17..b79167a16 100644 --- a/tderesources/slox/kabcresourceslox.h +++ b/tderesources/slox/kabcresourceslox.h @@ -23,7 +23,7 @@ #include "sloxbase.h" #include "webdavhandler.h" -#include <libtdepim/kabcresourcecached.h> +#include <libtdepim/tdeabcresourcecached.h> #include <tdepimmacros.h> #include <tdeabc/addressee.h> |