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

(-)kdewebdev/kommander/plugin/Makefile.am.ORI (-1 / +1 lines)
Lines 7-13 Link Here
7
libkommanderplugin_la_LDFLAGS = $(KDE_RPATH) $(all_libraries) -no-undefined
7
libkommanderplugin_la_LDFLAGS = $(KDE_RPATH) $(all_libraries) -no-undefined
8
8
9
# the libraries to link against.
9
# the libraries to link against.
10
libkommanderplugin_la_LIBADD  =  $(LIB_KDEUI) $(LIB_QT)
10
libkommanderplugin_la_LIBADD  =  $(LIB_KDEUI) $(LIB_KDECORE) $(LIB_QT)
11
11
12
libkommanderplugin_la_SOURCES = kommanderplugin.cpp specialinformation.cpp
12
libkommanderplugin_la_SOURCES = kommanderplugin.cpp specialinformation.cpp
13
13
(-)kdewebdev/kommander/widget/Makefile.am.ORI (-1 / +1 lines)
Lines 7-13 Link Here
7
libkommanderwidget_la_LDFLAGS = $(KDE_RPATH) $(all_libraries) -no-undefined
7
libkommanderwidget_la_LDFLAGS = $(KDE_RPATH) $(all_libraries) -no-undefined
8
8
9
# the libraries to link against.
9
# the libraries to link against.
10
libkommanderwidget_la_LIBADD  = $(top_builddir)/kommander/factory/libkommanderfactory.la $(LIB_KIO) $(LIB_KDEUI) $(LIB_QT)
10
libkommanderwidget_la_LIBADD  = $(top_builddir)/kommander/factory/libkommanderfactory.la $(LIB_KIO) $(LIB_KDEUI) $(LIB_QT) -lDCOP
11
11
12
libkommanderwidget_la_SOURCES = expression.cpp function.cpp functionlib.cpp \
12
libkommanderwidget_la_SOURCES = expression.cpp function.cpp functionlib.cpp \
13
	invokeclass.cpp kmdrmainwindow.cpp kommanderfunctions.cpp kommanderwidget.cpp \
13
	invokeclass.cpp kmdrmainwindow.cpp kommanderfunctions.cpp kommanderwidget.cpp \

Return to bug 1133