|
|
@ -67,7 +67,7 @@ if( BUILD_KICKER OR BUILD_KDESKTOP OR BUILD_TDM OR
|
|
|
|
|
|
|
|
|
|
|
|
tde_add_library( dmctl STATIC_PIC
|
|
|
|
tde_add_library( dmctl STATIC_PIC
|
|
|
|
SOURCES dmctl.cpp
|
|
|
|
SOURCES dmctl.cpp
|
|
|
|
LINK Xau
|
|
|
|
LINK tdecore-shared Xau
|
|
|
|
)
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
endif( )
|
|
|
|
endif( )
|
|
|
@ -77,7 +77,7 @@ endif( )
|
|
|
|
if( BUILD_TSAK )
|
|
|
|
if( BUILD_TSAK )
|
|
|
|
tde_add_executable( tdmtsak
|
|
|
|
tde_add_executable( tdmtsak
|
|
|
|
SOURCES tdmtsak.cpp
|
|
|
|
SOURCES tdmtsak.cpp
|
|
|
|
LINK ${TQT_LIBRARIES} tdecore-shared dmctl-static
|
|
|
|
LINK ${TQT_LIBRARIES} dmctl-static
|
|
|
|
DESTINATION ${BIN_INSTALL_DIR}
|
|
|
|
DESTINATION ${BIN_INSTALL_DIR}
|
|
|
|
SETUID
|
|
|
|
SETUID
|
|
|
|
DESCRIPTION "Secure Attention Key interface for TDM"
|
|
|
|
DESCRIPTION "Secure Attention Key interface for TDM"
|
|
|
|