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

(-)kdeaccessibility/ksayit/KTTSD_Lib/Makefile.am.ORI (-1 / +1 lines)
Lines 5-11 Link Here
5
METASOURCES = AUTO
5
METASOURCES = AUTO
6
libKTTSD_Lib_la_LDFLAGS = -no-undefined $(all_libraries) -version-info 0:1
6
libKTTSD_Lib_la_LDFLAGS = -no-undefined $(all_libraries) -version-info 0:1
7
lib_LTLIBRARIES = libKTTSD_Lib.la
7
lib_LTLIBRARIES = libKTTSD_Lib.la
8
libKTTSD_Lib_la_LIBADD = $(LIB_KDEUI) $(LIB_KDECORE)
8
libKTTSD_Lib_la_LIBADD = $(LIB_KDEUI) $(LIB_KDECORE) $(LIB_QT) -lDCOP
9
noinst_HEADERS = kttsdlib.h kttsdlibsetupimpl.h kttsdlibtalker2.h kdeexportfix.h
9
noinst_HEADERS = kttsdlib.h kttsdlibsetupimpl.h kttsdlibtalker2.h kdeexportfix.h
10
10
11
kspeech_DIR = $(KTTS_KSPEECH_DIR)
11
kspeech_DIR = $(KTTS_KSPEECH_DIR)
(-)kdeaccessibility/kttsd/libkttsd/Makefile.am.ORI (-1 / +1 lines)
Lines 26-32 Link Here
26
	notify.cpp
26
	notify.cpp
27
27
28
libkttsd_la_LDFLAGS = -version-info 1:0:0 $(all_libraries) -no-undefined
28
libkttsd_la_LDFLAGS = -version-info 1:0:0 $(all_libraries) -no-undefined
29
libkttsd_la_LIBADD = $(LIB_KIO)
29
libkttsd_la_LIBADD = $(LIB_KIO) $(LIB_QT) $(LIB_KDEUI) $(LIB_KDECORE)
30
30
31
# Header files that should not be installed.
31
# Header files that should not be installed.
32
noinst_HEADERS = \
32
noinst_HEADERS = \

Return to bug 1133