diff options
Diffstat (limited to 'kdesu')
-rw-r--r-- | kdesu/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kdesu/CMakeLists.txt b/kdesu/CMakeLists.txt index c032d8a48..67afb980d 100644 --- a/kdesu/CMakeLists.txt +++ b/kdesu/CMakeLists.txt @@ -42,7 +42,8 @@ set( ${target}_SRCS tde_add_library( ${target} SHARED SOURCES ${${target}_SRCS} VERSION 4.2.0 - LINK kdecore-shared ${LIB_UTIL} + LINK kdecore-shared + LINK_PRIVATE ${LIB_UTIL} DESTINATION ${LIB_INSTALL_DIR} ) |