From 91f3b7f8f8d1a9b67e747d43adacef550521b6c1 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 9 Jan 2012 14:46:23 -0600 Subject: Fix fvisibility option --- kinit/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kinit') 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} ) -- cgit v1.2.1