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

(-)./kxmleditor/Makefile.am.ORI (-1 / +1 lines)
Lines 4-10 Link Here
4
4
5
kxmleditor_SOURCES = dcopiface_shell.skel dcopiface_shell.cpp 	kxmleditorshell.cpp 	main.cpp kxeshellmanager.cpp
5
kxmleditor_SOURCES = dcopiface_shell.skel dcopiface_shell.cpp 	kxmleditorshell.cpp 	main.cpp kxeshellmanager.cpp
6
kxmleditor_LDFLAGS = $(all_libraries) $(KDE_RPATH)
6
kxmleditor_LDFLAGS = $(all_libraries) $(KDE_RPATH)
7
kxmleditor_LDADD = $(LIB_TDEPARTS) $(LIB_KFILE) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_QT) $(LIBSOCKET)
7
kxmleditor_LDADD = $(LIB_TDEPARTS) $(LIB_KFILE) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_QT) $(LIBSOCKET) $(LIB_TDEIO) -lDCOP
8
8
9
EXTRA_DIST = main.cpp \
9
EXTRA_DIST = main.cpp \
10
	kxmleditor.desktop \
10
	kxmleditor.desktop \

Return to bug 1955