summaryrefslogtreecommitdiffstats
path: root/tdeabc/plugins/net/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tdeabc/plugins/net/CMakeLists.txt')
-rw-r--r--tdeabc/plugins/net/CMakeLists.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/tdeabc/plugins/net/CMakeLists.txt b/tdeabc/plugins/net/CMakeLists.txt
index cc9564995..d7bcb02e1 100644
--- a/tdeabc/plugins/net/CMakeLists.txt
+++ b/tdeabc/plugins/net/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
resourcenet.h
- DESTINATION ${INCLUDE_INSTALL_DIR}/kabc )
+ DESTINATION ${INCLUDE_INSTALL_DIR}/tdeabc )
##### other data ################################
-install( FILES net.desktop DESTINATION ${SERVICES_INSTALL_DIR}/tderesources/kabc )
+install( FILES net.desktop DESTINATION ${SERVICES_INSTALL_DIR}/tderesources/tdeabc )
##### kabc_net (library) ########################