From d89555ccfeb74f6c3968e4e2ee9acb686cc1f365 Mon Sep 17 00:00:00 2001 From: Alexander Golubev Date: Sat, 10 Aug 2013 22:39:01 -0500 Subject: Fix tdeioslaves FTBFS when compiled in standalone. This resolves bug report 1617. --- tdmlib/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3