summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2015-10-03 18:22:53 +0200
committerSlávek Banko <slavek.banko@axis.cz>2015-10-05 08:21:37 +0200
commitdfa23affa8f3de84b066368461833ba213b69f0d (patch)
tree483a4e0aefddc1997f61c3944a7fa990a4da64e0
parente2625ec0214c719102e3520cb083ba0558ce16ca (diff)
downloadtdebase-dfa23affa8f3de84b066368461833ba213b69f0d.tar.gz
tdebase-dfa23affa8f3de84b066368461833ba213b69f0d.zip
Fix FTBFS on linking dmctl library
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 799e7ef14d52df14ee6b9eea204aa186d6da60ae)
-rw-r--r--tdmlib/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdmlib/CMakeLists.txt b/tdmlib/CMakeLists.txt
index 266d4be58..7f6fbbbcc 100644
--- a/tdmlib/CMakeLists.txt
+++ b/tdmlib/CMakeLists.txt
@@ -67,7 +67,7 @@ if( BUILD_KICKER OR BUILD_KDESKTOP OR BUILD_TDM OR
tde_add_library( dmctl STATIC_PIC
SOURCES dmctl.cpp
- LINK Xau
+ LINK tdecore-shared Xau
)
endif( )
@@ -77,7 +77,7 @@ endif( )
if( BUILD_TSAK )
tde_add_executable( tdmtsak
SOURCES tdmtsak.cpp
- LINK ${TQT_LIBRARIES} tdecore-shared dmctl-static
+ LINK ${TQT_LIBRARIES} dmctl-static
DESTINATION ${BIN_INSTALL_DIR}
SETUID
DESCRIPTION "Secure Attention Key interface for TDM"