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-tdebindings-14.0.0~pre209+0615ff79/dcopperl/Makefile.PL.in.ORI (-2 / +2 lines)
Lines 4-11 Link Here
4
# the contents of the Makefile that is written.
4
# the contents of the Makefile that is written.
5
5
6
print "Trying to find some configuration information...\n";
6
print "Trying to find some configuration information...\n";
7
my $tde_inc = "@tde_includes@";
7
my $tde_inc = "@kde_includes@";
8
my $tde_lib = "@tde_libraries@";
8
my $tde_lib = "@kde_libraries@";
9
my $qt_inc = "@qt_includes@";
9
my $qt_inc = "@qt_includes@";
10
my $qt_lib = "@qt_libraries@";
10
my $qt_lib = "@qt_libraries@";
11
11
(-)trinity-tdebindings-14.0.0~pre209+0615ff79/smoke/kde/Makefile.am.ORI (-1 / +1 lines)
Lines 9-15 Link Here
9
libsmokekde_la_LDFLAGS = -version-info 3:2:2 -no-undefined $(all_libraries) $(GLINC) $(KDE_RPATH)
9
libsmokekde_la_LDFLAGS = -version-info 3:2:2 -no-undefined $(all_libraries) $(GLINC) $(KDE_RPATH)
10
10
11
# the libraries to link against.
11
# the libraries to link against.
12
libsmokekde_la_LIBADD   = $(LIB_TDEHTML) -lkjs -lfontconfig $(LIB_KMDI) $(LIB_KNS) $(LIB_KSPELL) $(LIB_KUTILS) $(LIB_TDEPRINT) $(GLLIB) $(LIB_QT) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_KIO) $(LIB_KPARTS) -lDCOP -ltdefx
12
libsmokekde_la_LIBADD   = $(LIB_TDEHTML) -lkjs -lfontconfig $(LIB_KMDI) $(LIB_KNS) $(LIB_KSPELL) $(LIB_KUTILS) $(LIB_TDEPRINT) $(GLLIB) $(LIB_QT) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_KIO) $(LIB_KPARTS) -lDCOP -ltdefx -lknewstuff -ltdemdi
13
13
14
x_sources =  x_1.cpp x_2.cpp x_3.cpp x_4.cpp x_5.cpp x_6.cpp x_7.cpp \
14
x_sources =  x_1.cpp x_2.cpp x_3.cpp x_4.cpp x_5.cpp x_6.cpp x_7.cpp \
15
   x_8.cpp x_9.cpp x_10.cpp x_11.cpp x_12.cpp x_13.cpp x_14.cpp x_15.cpp \
15
   x_8.cpp x_9.cpp x_10.cpp x_11.cpp x_12.cpp x_13.cpp x_14.cpp x_15.cpp \

Return to bug 1560