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

(-)ipodslave-0.8-pre2/src/Makefile.am.ORI (-1 / +1 lines)
Lines 11-17 Link Here
11
		kpod.cpp consistencycheck.cpp
11
		kpod.cpp consistencycheck.cpp
12
kio_ipodslave_la_METASOURCES = AUTO
12
kio_ipodslave_la_METASOURCES = AUTO
13
kio_ipodslave_la_LIBADD = -lqtpod -lkio
13
kio_ipodslave_la_LIBADD = -lqtpod -lkio
14
kio_ipodslave_la_LDFLAGS = -avoid-version -module $(all_libraries) $(KDE_PLUGIN)
14
kio_ipodslave_la_LDFLAGS = -avoid-version -module $(all_libraries) $(KDE_PLUGIN) $(LIB_QT)
15
15
16
protocol_DATA = ipodslave.protocol
16
protocol_DATA = ipodslave.protocol
17
protocoldir = $(kde_servicesdir)
17
protocoldir = $(kde_servicesdir)

Return to bug 1113