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

(-)a/src/CMakeLists.txt (-1 / +1 lines)
Lines 90-96 endif( WANT_SOUND ) Link Here
90
90
91
tde_add_executable( rosegardensequencer AUTOMOC
91
tde_add_executable( rosegardensequencer AUTOMOC
92
  SOURCES ${seq_dcop_SRCS} ${snd_SRCS} ${sequencer_SRCS}
92
  SOURCES ${seq_dcop_SRCS} ${snd_SRCS} ${sequencer_SRCS}
93
  LINK dl tdecore-shared ${ALSA_LIBS} ${JACK_LIBS} ${LIBLO_LIBS} ${LRDF_LIBS} ${FFTW3F_LIBS} tdeui-shared RosegardenCommon
93
  LINK dl pthread tdecore-shared ${ALSA_LIBS} ${JACK_LIBS} ${LIBLO_LIBS} ${LRDF_LIBS} ${FFTW3F_LIBS} tdeui-shared RosegardenCommon
94
  DESTINATION ${BIN_INSTALL_DIR}
94
  DESTINATION ${BIN_INSTALL_DIR}
95
)
95
)
96
96

Return to bug 1076