diff options
Diffstat (limited to 'tdeabc/plugins/ldaptdeio/CMakeLists.txt')
-rw-r--r-- | tdeabc/plugins/ldaptdeio/CMakeLists.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tdeabc/plugins/ldaptdeio/CMakeLists.txt b/tdeabc/plugins/ldaptdeio/CMakeLists.txt index 820f6e017..58e54de0d 100644 --- a/tdeabc/plugins/ldaptdeio/CMakeLists.txt +++ b/tdeabc/plugins/ldaptdeio/CMakeLists.txt @@ -11,8 +11,8 @@ include_directories( ${CMAKE_CURRENT_BINARY_DIR} - ${CMAKE_BINARY_DIR}/kabc - ${CMAKE_SOURCE_DIR}/kabc + ${CMAKE_BINARY_DIR}/tdeabc + ${CMAKE_SOURCE_DIR}/tdeabc ${TQT_INCLUDE_DIRS} ${CMAKE_BINARY_DIR}/tdecore @@ -34,12 +34,12 @@ link_directories( install( FILES resourceldaptdeio.h - DESTINATION ${INCLUDE_INSTALL_DIR}/kabc ) + DESTINATION ${INCLUDE_INSTALL_DIR}/tdeabc ) ##### other data ################################ -install( FILES ldaptdeio.desktop DESTINATION ${SERVICES_INSTALL_DIR}/tderesources/kabc ) +install( FILES ldaptdeio.desktop DESTINATION ${SERVICES_INSTALL_DIR}/tderesources/tdeabc ) ##### kabc_ldaptdeio ############################## |