diff options
author | Timothy Pearson <[email protected]> | 2015-09-29 19:43:26 -0500 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2015-10-03 16:50:53 +0200 |
commit | 969887429084da3b5a5d7d669015ff3489f6521c (patch) | |
tree | 1bf20d2e2427146716a9868fe58dec51cae6be68 /tdmlib/CMakeLists.txt | |
parent | ab88cb07af8f361b41887e964c9ebb2fe9de9a96 (diff) | |
download | tdebase-969887429084da3b5a5d7d669015ff3489f6521c.tar.gz tdebase-969887429084da3b5a5d7d669015ff3489f6521c.zip |
Use DM library in tdmtsak instead of making command line calls
(cherry picked from commit 6d028f3b522b5a4f978d52cc5b3c187cf329c3b2)
Diffstat (limited to 'tdmlib/CMakeLists.txt')
-rw-r--r-- | tdmlib/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdmlib/CMakeLists.txt b/tdmlib/CMakeLists.txt index 3341e9157..266d4be58 100644 --- a/tdmlib/CMakeLists.txt +++ b/tdmlib/CMakeLists.txt @@ -77,7 +77,7 @@ endif( ) if( BUILD_TSAK ) tde_add_executable( tdmtsak SOURCES tdmtsak.cpp - LINK ${TQT_LIBRARIES} + LINK ${TQT_LIBRARIES} tdecore-shared dmctl-static DESTINATION ${BIN_INSTALL_DIR} SETUID DESCRIPTION "Secure Attention Key interface for TDM" |