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

(-)k3b/libk3bdevice/Makefile.am.ORI (-1 / +1 lines)
Lines 6-12 Link Here
6
6
7
lib_LTLIBRARIES = libk3bdevice.la
7
lib_LTLIBRARIES = libk3bdevice.la
8
8
9
libk3bdevice_la_LIBADD = $(LIB_KIO) $(RESMGR_LIB) $(CAM_LIB) $(HAL_DBUS_LIBS)
9
libk3bdevice_la_LIBADD = $(LIB_KIO) $(RESMGR_LIB) $(CAM_LIB) $(HAL_DBUS_LIBS) $(LIB_QT) $(LIB_KDECORE)
10
10
11
# lib version 5 for K3b 1.0
11
# lib version 5 for K3b 1.0
12
libk3bdevice_la_LDFLAGS = $(all_libraries) -version-info 5:0:0 -no-undefined
12
libk3bdevice_la_LDFLAGS = $(all_libraries) -version-info 5:0:0 -no-undefined
(-)k3b/libk3b/Makefile.am.ORI (-1 / +1 lines)
Lines 16-22 Link Here
16
	plugin/libk3bplugin.la \
16
	plugin/libk3bplugin.la \
17
	tools/libk3btools.la \
17
	tools/libk3btools.la \
18
	jobs/libjobs.la \
18
	jobs/libjobs.la \
19
	$(VIDEODVDLIB) \
19
	$(VIDEODVDLIB) $(LIB_KDEUI) -lkdefx -lDCOP \
20
	../libk3bdevice/libk3bdevice.la
20
	../libk3bdevice/libk3bdevice.la
21
21
22
libk3b_la_LDFLAGS = $(all_libraries) -version-info 3:0:0 -no-undefined
22
libk3b_la_LDFLAGS = $(all_libraries) -version-info 3:0:0 -no-undefined

Return to bug 1133