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:20:24 +0200
commit799e7ef14d52df14ee6b9eea204aa186d6da60ae (patch)
tree5a5a912548da1c91c792953164a0599c36f522ca
parent53a3032775f4c0a9fb5a70bec74d8fd9906744e1 (diff)
downloadtdebase-799e7ef1.tar.gz
tdebase-799e7ef1.zip
Fix FTBFS on linking dmctl library
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-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"