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

(-)kdebindings/dcopc/Makefile.am.ORI (-2 / +2 lines)
Lines 10-16 Link Here
10
libdcopc_la_LDFLAGS = -version-info 1:0 $(X_LDFLAGS) -lICE -no-undefined
10
libdcopc_la_LDFLAGS = -version-info 1:0 $(X_LDFLAGS) -lICE -no-undefined
11
11
12
include_HEADERS = dcopc.h marshal.h dcopobject.h util.h
12
dcopcinclude_HEADERS = dcopc.h marshal.h dcopobject.h util.h
13
includedir = $(prefix)/include/dcopc
13
dcopcincludedir = $(includedir)/dcopc
14
14
15
noinst_HEADERS = global.h
15
noinst_HEADERS = global.h
16
16

Return to bug 1142