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/egroupware/CMakeLists.txt | |
parent | 914b878361b3e822fdd3088ee1e4c4757e8bc00f (diff) | |
download | tdepim-a8f3e727ae4e7c39788e58ed9bc1733d8de11897.tar.gz tdepim-a8f3e727ae4e7c39788e58ed9bc1733d8de11897.zip |
Fix build system references to kabc
Diffstat (limited to 'tderesources/egroupware/CMakeLists.txt')
-rw-r--r-- | tderesources/egroupware/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tderesources/egroupware/CMakeLists.txt b/tderesources/egroupware/CMakeLists.txt index ac6182f1f..294b10673 100644 --- a/tderesources/egroupware/CMakeLists.txt +++ b/tderesources/egroupware/CMakeLists.txt @@ -28,12 +28,12 @@ link_directories( install( FILES kabc_resourcexmlrpc.h kcal_resourcexmlrpc.h - DESTINATION ${INCLUDE_INSTALL_DIR}/kabc ) + DESTINATION ${INCLUDE_INSTALL_DIR}/tdeabc ) ##### other data ################################ -install( FILES kabc_xmlrpc.desktop DESTINATION ${SERVICES_INSTALL_DIR}/tderesources/kabc ) +install( FILES kabc_xmlrpc.desktop DESTINATION ${SERVICES_INSTALL_DIR}/tderesources/tdeabc ) install( FILES kcal_xmlrpc.desktop DESTINATION ${SERVICES_INSTALL_DIR}/tderesources/kcal ) install( FILES knotes_xmlrpc.desktop DESTINATION ${SERVICES_INSTALL_DIR}/tderesources/knotes ) |