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

(-)trinity-tdemultimedia-14.0.0~pre177+d730f5a0/arts/modules/common/Makefile.am.ORI (-1 / +1 lines)
Lines 25-31 Link Here
25
	$(top_builddir)/arts/gui/common/libartsgui_idl.la \
25
	$(top_builddir)/arts/gui/common/libartsgui_idl.la \
26
	$(top_builddir)/arts/midi/libartsmidi_idl.la \
26
	$(top_builddir)/arts/midi/libartsmidi_idl.la \
27
	$(top_builddir)/arts/modules/synth/libartsmodulessynth.la \
27
	$(top_builddir)/arts/modules/synth/libartsmodulessynth.la \
28
	-lartsflow -lartsflow_idl -lmcop $(LIB_TDECORE) $(LIB_QT) $(VORBISFILE_LIBS) -lgthread-2.0
28
	-lartsflow -lartsflow_idl -lmcop $(LIB_TDECORE) $(LIB_QT) $(VORBIS_LIBS) $(VORBISFILE_LIBS) -lgthread-2.0 -lmad
29
29
30
libartsmodulescommon_la_LDFLAGS = $(all_libraries) -L$(arts_libraries) -no-undefined
30
libartsmodulescommon_la_LDFLAGS = $(all_libraries) -L$(arts_libraries) -no-undefined
31
31

Return to bug 1560