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-libtdeldap-14.0.0~pre91+a257ac4f/src/Makefile.am.ORI (-1 / +1 lines)
Lines 7-13 Link Here
7
include_HEADERS = libtdeldap.h ldappasswddlg.h
7
include_HEADERS = libtdeldap.h ldappasswddlg.h
8
8
9
libtdeldap_la_SOURCES = libtdeldap.cpp ldaplogindlgbase.ui ldaplogindlg.cpp ldappasswddlg.cpp
9
libtdeldap_la_SOURCES = libtdeldap.cpp ldaplogindlgbase.ui ldaplogindlg.cpp ldappasswddlg.cpp
10
libtdeldap_la_LIBADD = -ltdeio $(LIB_TDEUI) -lldap
10
libtdeldap_la_LIBADD = -ltdeio $(LIB_TDEUI) -lldap $(LIB_QT) $(LIB_TDECORE) -ltdesu -llber
11
libtdeldap_la_LDFLAGS = -version-info $(lt_current):$(lt_revision):$(lt_age) -no-undefined \
11
libtdeldap_la_LDFLAGS = -version-info $(lt_current):$(lt_revision):$(lt_age) -no-undefined \
12
	$(all_libraries)
12
	$(all_libraries)
13
13

Return to bug 1560