diff options
Diffstat (limited to 'tdmlib/CMakeLists.txt')
-rw-r--r-- | tdmlib/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tdmlib/CMakeLists.txt b/tdmlib/CMakeLists.txt index a2565fe1d..3341e9157 100644 --- a/tdmlib/CMakeLists.txt +++ b/tdmlib/CMakeLists.txt @@ -62,7 +62,8 @@ endif( BUILD_TDM ) ##### dmctl (static) ############################ -if( BUILD_KICKER OR BUILD_KDESKTOP OR BUILD_TDM OR BUILD_KSMSERVER ) +if( BUILD_KICKER OR BUILD_KDESKTOP OR BUILD_TDM OR + BUILD_KSMSERVER OR BUILD_TDEIOSLAVES ) tde_add_library( dmctl STATIC_PIC SOURCES dmctl.cpp |