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