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-kbiff-14.0.0~pre6+b63c54d4/kbiff/Makefile.am.ORI (-1 / +1 lines)
Lines 24-30 Link Here
24
24
25
# the libraries to link against. Be aware of the order. First the libraries,
25
# the libraries to link against. Be aware of the order. First the libraries,
26
# that depend on the following ones.
26
# that depend on the following ones.
27
kbiff_la_LIBADD = $(LIB_KFILE) $(LIB_KIO)
27
kbiff_la_LIBADD = $(LIB_KFILE) $(LIB_KIO) $(LIB_QT) $(LIB_TDECORE) -lDCOP $(LIB_TDEUI)
28
28
29
# this option you can leave out. Just, if you use "make dist", you need it
29
# this option you can leave out. Just, if you use "make dist", you need it
30
noinst_HEADERS = setupdlg.h kbiff.h kbiffmonitor.h notify.h kbiffurl.h \
30
noinst_HEADERS = setupdlg.h kbiff.h kbiffmonitor.h notify.h kbiffurl.h \

Return to bug 1560