By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 1617
Collapse All | Expand All

(-)a/tdmlib/CMakeLists.txt (-1 / +2 lines)
Lines 62-68 endif( BUILD_TDM ) Link Here
62
62
63
##### dmctl (static) ############################
63
##### dmctl (static) ############################
64
64
65
if( BUILD_KICKER OR BUILD_KDESKTOP OR BUILD_TDM OR BUILD_KSMSERVER )
65
if( BUILD_KICKER OR BUILD_KDESKTOP OR BUILD_TDM OR 
66
    BUILD_KSMSERVER OR BUILD_TDEIOSLAVES )
66
67
67
  tde_add_library( dmctl STATIC_PIC
68
  tde_add_library( dmctl STATIC_PIC
68
    SOURCES dmctl.cpp
69
    SOURCES dmctl.cpp

Return to bug 1617