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 2634
Collapse All | Expand All

(-)a/tdecore/CMakeLists.txt (-1 / +1 lines)
Lines 137-143 tde_add_library( ${target} SHARED AUTOMOC Link Here
137
  EMBED tdecorenetwork-static ${TDEHW_LIB}
137
  EMBED tdecorenetwork-static ${TDEHW_LIB}
138
  LINK ltdlc-static ${KDESVGICONS} DCOP-shared tdefx-shared ${ZLIB_LIBRARIES}
138
  LINK ltdlc-static ${KDESVGICONS} DCOP-shared tdefx-shared ${ZLIB_LIBRARIES}
139
    ${LIBIDN_LIBRARIES} ${XCOMPOSITE_LIBRARIES} ICE SM ${GAMIN_LIBRARIES}
139
    ${LIBIDN_LIBRARIES} ${XCOMPOSITE_LIBRARIES} ICE SM ${GAMIN_LIBRARIES}
140
    ${LIBBFD_LIBRARIES} ${LIB_UTIL}
140
    ${LIBBFD_LIBRARIES} ${LIB_UTIL} ${SSL_LIBRARIES}
141
  DEPENDENCIES dcopidl dcopidl2cpp
141
  DEPENDENCIES dcopidl dcopidl2cpp
142
  DESTINATION ${LIB_INSTALL_DIR}
142
  DESTINATION ${LIB_INSTALL_DIR}
143
)
143
)

Return to bug 2634