diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-09 14:46:23 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-09 14:46:23 -0600 |
commit | 91f3b7f8f8d1a9b67e747d43adacef550521b6c1 (patch) | |
tree | 09bde41eb5220f23591816ba4a96d332f1b58bfe /kinit/CMakeLists.txt | |
parent | 24f144faf98249012e7b1657a5dfe93750f0dfde (diff) | |
download | tdelibs-91f3b7f8f8d1a9b67e747d43adacef550521b6c1.tar.gz tdelibs-91f3b7f8f8d1a9b67e747d43adacef550521b6c1.zip |
Fix fvisibility option
Diffstat (limited to 'kinit/CMakeLists.txt')
-rw-r--r-- | kinit/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kinit/CMakeLists.txt b/kinit/CMakeLists.txt index b2680ece0..fd1408918 100644 --- a/kinit/CMakeLists.txt +++ b/kinit/CMakeLists.txt @@ -39,7 +39,7 @@ set( ${target}_SRCS tde_add_executable( ${target} SOURCES ${${target}_SRCS} - LINK kparts-shared + LINK ltdlc-static kparts-shared DESTINATION ${BIN_INSTALL_DIR} ) @@ -100,7 +100,7 @@ set( target kioslave ) tde_add_executable( ${target} AUTOMOC SOURCES kioslave.cpp - LINK kio-shared + LINK ltdlc-static kio-shared DESTINATION ${BIN_INSTALL_DIR} ) |