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

(-)kmyfirewall/kmyfirewall/core/Makefile.am.ROI (-1 / +1 lines)
Lines 53-59 Link Here
53
53
54
libkmfcoreincludedir = $(includedir)/kmyfirewall/core/
54
libkmfcoreincludedir = $(includedir)/kmyfirewall/core/
55
55
56
libkmfcore_la_LIBADD = $(LIB_KPARTS) $(LIB_KIO)
56
libkmfcore_la_LIBADD = $(LIB_KPARTS) $(LIB_KIO) $(LIB_QT) $(LIB_KDECORE) $(LIB_KDEUI)
57
57
58
libkmfcoreinclude_HEADERS = ipaddress.h \
58
libkmfcoreinclude_HEADERS = ipaddress.h \
59
	iptable.h \
59
	iptable.h \

Return to bug 1133