summaryrefslogtreecommitdiffstats
path: root/kdmlib
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-31 22:33:52 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-31 22:33:52 -0600
commite72e8c6dca3348f95d0092d90ebc11a37461f87a (patch)
treecae29c42ab0f5c27ffd561be7a408d40f0c54fe0 /kdmlib
parentd713502d1f579411e00ce5e5d59e4b980bb894b1 (diff)
downloadtdebase-e72e8c6dca3348f95d0092d90ebc11a37461f87a.tar.gz
tdebase-e72e8c6dca3348f95d0092d90ebc11a37461f87a.zip
Update kdmlib cmake file
Diffstat (limited to 'kdmlib')
-rw-r--r--kdmlib/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/kdmlib/CMakeLists.txt b/kdmlib/CMakeLists.txt
index 4b2e54dc0..671fd73b7 100644
--- a/kdmlib/CMakeLists.txt
+++ b/kdmlib/CMakeLists.txt
@@ -71,7 +71,7 @@ if( BUILD_KICKER OR BUILD_KDESKTOP OR BUILD_KDM OR BUILD_KSMSERVER )
endif( )
-##### kompmgr (executable) #######################
+##### kdmtsak (executable) #######################
if( BUILD_TSAK )
tde_add_executable( kdmtsak
@@ -79,5 +79,7 @@ if( BUILD_TSAK )
LINK ${TQT_LIBRARIES}
DESTINATION ${BIN_INSTALL_DIR}
SETUID
+ DESCRIPTION "Secure Attention Key interface for KDM"
+ AUTHORS "Timothy Pearson"
)
endif( BUILD_TSAK )