summaryrefslogtreecommitdiffstats
path: root/tdmlib/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tdmlib/CMakeLists.txt')
-rw-r--r--tdmlib/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdmlib/CMakeLists.txt b/tdmlib/CMakeLists.txt
index 7f6fbbbcc..0aa11e10d 100644
--- a/tdmlib/CMakeLists.txt
+++ b/tdmlib/CMakeLists.txt
@@ -56,14 +56,13 @@ tde_add_kpart( kgreet_winbind AUTOMOC
)
-
endif( BUILD_TDM )
##### dmctl (static) ############################
if( BUILD_KICKER OR BUILD_KDESKTOP OR BUILD_TDM OR
- BUILD_KSMSERVER OR BUILD_TDEIOSLAVES )
+ BUILD_KSMSERVER OR BUILD_TDEIOSLAVES OR BUILD_TSAK )
tde_add_library( dmctl STATIC_PIC
SOURCES dmctl.cpp
@@ -72,6 +71,7 @@ if( BUILD_KICKER OR BUILD_KDESKTOP OR BUILD_TDM OR
endif( )
+
##### tdmtsak (executable) #######################
if( BUILD_TSAK )