summaryrefslogtreecommitdiffstats
path: root/kwallet/client/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'kwallet/client/CMakeLists.txt')
-rw-r--r--kwallet/client/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/kwallet/client/CMakeLists.txt b/kwallet/client/CMakeLists.txt
index 620f52a0b..13056ccc2 100644
--- a/kwallet/client/CMakeLists.txt
+++ b/kwallet/client/CMakeLists.txt
@@ -12,9 +12,9 @@
include_directories(
${TQT_INCLUDE_DIRS}
${CMAKE_CURRENT_BINARY_DIR}
- ${CMAKE_BINARY_DIR}/kdecore
+ ${CMAKE_BINARY_DIR}/tdecore
${CMAKE_SOURCE_DIR}/dcop
- ${CMAKE_SOURCE_DIR}/kdecore
+ ${CMAKE_SOURCE_DIR}/tdecore
)
link_directories(
@@ -40,7 +40,7 @@ set( ${target}_SRCS
tde_add_library( ${target} SHARED AUTOMOC
SOURCES ${${target}_SRCS}
VERSION 1.0.1
- LINK kdecore-shared
+ LINK tdecore-shared
DEPENDENCIES dcopidl
DESTINATION ${LIB_INSTALL_DIR}
)