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 /kio | |
parent | 24f144faf98249012e7b1657a5dfe93750f0dfde (diff) | |
download | tdelibs-91f3b7f8f8d1a9b67e747d43adacef550521b6c1.tar.gz tdelibs-91f3b7f8f8d1a9b67e747d43adacef550521b6c1.zip |
Fix fvisibility option
Diffstat (limited to 'kio')
-rw-r--r-- | kio/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kio/CMakeLists.txt b/kio/CMakeLists.txt index 2c1d8ff0d..c89f33e99 100644 --- a/kio/CMakeLists.txt +++ b/kio/CMakeLists.txt @@ -66,6 +66,6 @@ tde_add_library( ${target} SHARED SOURCES ${CMAKE_CURRENT_BINARY_DIR}/dummy.cpp VERSION 4.2.0 EMBED kssl-static kiocore-static ksycoca-static kbookmarks-static kfile-static ${ELFICON_STATIC_LIB} - LINK tdeui-shared tdesu-shared kwalletclient-shared ${LIBR_LIBRARIES} + LINK ltdlc-static tdeui-shared tdesu-shared kwalletclient-shared ${LIBR_LIBRARIES} DESTINATION ${LIB_INSTALL_DIR} ) |