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

(-)kchmviewer/lib/kio-msits/Makefile.am.ORI (-1 / +1 lines)
Lines 5-11 Link Here
5
5
6
kio_msits_la_SOURCES = msits.cpp
6
kio_msits_la_SOURCES = msits.cpp
7
kio_msits_la_LIBADD = -lkio $(CHM_LIBS)
7
kio_msits_la_LIBADD = -lkio $(CHM_LIBS)
8
kio_msits_la_LDFLAGS = -module -avoid-version $(KDE_LDFLAGS) $(LIB_QT) $(LIB_KIO) $(LIB_KDECORE) $(KDE_PLUGIN)
8
kio_msits_la_LDFLAGS = -module -avoid-version $(KDE_LDFLAGS) $(LIB_QT) $(LIB_KIO) $(LIB_KDECORE) $(KDE_PLUGIN) $(QT_LDFLAGS)
9
9
10
protocol_DATA = msits.protocol
10
protocol_DATA = msits.protocol
11
protocoldir = $(kde_servicesdir)
11
protocoldir = $(kde_servicesdir)

Return to bug 1262