05f6862
Index: kioslave/metainfo/Makefile.am
05f6862
===================================================================
05f6862
--- kioslave/metainfo/Makefile.am	(Revision 606834)
05f6862
+++ kioslave/metainfo/Makefile.am	(Arbeitskopie)
05f6862
@@ -2,7 +2,7 @@
05f6862
 ## Makefile.am of kdebase/kioslave/metainfo
05f6862
 
05f6862
 INCLUDES = $(all_includes)
05f6862
-AM_LDFLAGS = $(all_libraries) $(KDE_RPATH)
05f6862
+AM_LDFLAGS = $(KDE_RPATH) $(all_libraries)
05f6862
 METASOURCES = AUTO
05f6862
 
05f6862
 kde_module_LTLIBRARIES = kio_metainfo.la
05f6862
Index: kioslave/gzip/Makefile.am
05f6862
===================================================================
05f6862
--- kioslave/gzip/Makefile.am	(Revision 606834)
05f6862
+++ kioslave/gzip/Makefile.am	(Arbeitskopie)
05f6862
@@ -1,5 +1,5 @@
05f6862
 INCLUDES = -I$(top_srcdir)/kio $(all_includes)
05f6862
-AM_LDFLAGS = $(all_libraries) $(KDE_RPATH)
05f6862
+AM_LDFLAGS = $(KDE_RPATH) $(all_libraries)
05f6862
 METASOURCES = AUTO
05f6862
 
05f6862
 kde_module_LTLIBRARIES = kgzipfilter.la
05f6862
Index: kio/tests/Makefile.am
05f6862
===================================================================
05f6862
--- kio/tests/Makefile.am	(Revision 606834)
05f6862
+++ kio/tests/Makefile.am	(Arbeitskopie)
05f6862
@@ -18,7 +18,7 @@
05f6862
 
05f6862
 INCLUDES= -I$(top_srcdir) -I$(top_srcdir)/kio $(all_includes)
05f6862
 LDADD = $(LIB_KIO)
05f6862
-AM_LDFLAGS = $(all_libraries) $(KDE_RPATH)
05f6862
+AM_LDFLAGS = $(KDE_RPATH) $(all_libraries)
05f6862
 
05f6862
 check_PROGRAMS = ksycocatest getalltest kruntest ktartest kziptest\
05f6862
                  kioslavetest kdirwatchtest kshredtest speed kurifiltertest \
05f6862
Index: dcop/tests/Makefile.am
05f6862
===================================================================
05f6862
--- dcop/tests/Makefile.am	(Revision 606834)
05f6862
+++ dcop/tests/Makefile.am	(Arbeitskopie)
05f6862
@@ -3,7 +3,6 @@
05f6862
 	@echo -e "dcop tests not run.\nRun make tests in the tests directory to make them"
05f6862
 
05f6862
 INCLUDES = $(all_includes)
05f6862
-AM_LDFLAGS   = $(all_libraries)
05f6862
 
05f6862
 METASOURCES = AUTO
05f6862
 
05f6862
@@ -17,7 +16,7 @@
05f6862
 
05f6862
 driver_SOURCES = driver.cpp test.stub
05f6862
 driver_LDADD = $(LIB_KDECORE)
05f6862
-driver_LDFLAGS = $(KDE_RPATH)
05f6862
+driver_LDFLAGS = $(KDE_RPATH) $(all_libraries)
05f6862
 
05f6862
 CLEANFILES = batch.generated definitions.generated driver.generated shell.generated
05f6862
 
05f6862
Index: dcop/dcopidl2cpp/Makefile.am
05f6862
===================================================================
05f6862
--- dcop/dcopidl2cpp/Makefile.am	(Revision 606834)
05f6862
+++ dcop/dcopidl2cpp/Makefile.am	(Arbeitskopie)
05f6862
@@ -1,6 +1,5 @@
05f6862
 
05f6862
 INCLUDES = $(all_includes)
05f6862
-AM_LDFLAGS   = $(all_libraries)
05f6862
 
05f6862
 ####### Files
05f6862
 
05f6862
@@ -10,7 +9,7 @@
05f6862
 noinst_HEADERS = main.h
05f6862
 
05f6862
 dcopidl2cpp_LDADD = $(LIB_QT)
05f6862
-dcopidl2cpp_LDFLAGS = $(KDE_RPATH)
05f6862
+dcopidl2cpp_LDFLAGS = $(all_libraries) $(KDE_RPATH)
05f6862
 
05f6862
 dcopidl_output.kidl: ../dcopidl/dcopidl $(srcdir)/dcopidl_test.h
05f6862
 	../dcopidl/dcopidl $(srcdir)/dcopidl_test.h > dcopidl_output.kidl
05f6862
Index: dcop/client/Makefile.am
05f6862
===================================================================
05f6862
--- dcop/client/Makefile.am	(Revision 606834)
05f6862
+++ dcop/client/Makefile.am	(Arbeitskopie)
05f6862
@@ -1,6 +1,5 @@
05f6862
 
05f6862
 INCLUDES = $(all_includes)
05f6862
-AM_LDFLAGS   = $(all_libraries)
05f6862
 DCOP_LIB = ../libDCOP.la
05f6862
 
05f6862
 ####### Files
05f6862
@@ -9,19 +8,19 @@
05f6862
 
05f6862
 dcop_SOURCES = dcop.cpp
05f6862
 dcop_LDADD = $(LIB_QT) $(DCOP_LIB)
05f6862
-dcop_LDFLAGS = $(KDE_RPATH)
05f6862
+dcop_LDFLAGS = $(KDE_RPATH) $(all_libraries)
05f6862
 
05f6862
 dcopstart_SOURCES = dcopstart.cpp
05f6862
 dcopstart_LDADD = $(LIB_QT) $(DCOP_LIB)
05f6862
-dcopstart_LDFLAGS = $(KDE_RPATH)
05f6862
+dcopstart_LDFLAGS = $(KDE_RPATH) $(all_libraries)
05f6862
 
05f6862
 dcopquit_SOURCES = dcopquit.cpp
05f6862
 dcopquit_LDADD = $(LIB_QT) $(DCOP_LIB)
05f6862
-dcopquit_LDFLAGS = $(KDE_RPATH)
05f6862
+dcopquit_LDFLAGS = $(KDE_RPATH) $(all_libraries)
05f6862
 
05f6862
 dcopfind_SOURCES = dcopfind.cpp
05f6862
 dcopfind_LDADD = $(LIB_QT) $(DCOP_LIB)
05f6862
-dcopfind_LDFLAGS = $(KDE_RPATH)
05f6862
+dcopfind_LDFLAGS = $(KDE_RPATH) $(all_libraries)
05f6862
 
05f6862
 dcopclient_SOURCES = dcopclient.c
05f6862
 dcopobject_SOURCES = dcopobject.c
05f6862
Index: dcop/dcopidl/Makefile.am
05f6862
===================================================================
05f6862
--- dcop/dcopidl/Makefile.am	(Revision 606834)
05f6862
+++ dcop/dcopidl/Makefile.am	(Arbeitskopie)
05f6862
@@ -1,6 +1,5 @@
05f6862
 
05f6862
 INCLUDES = $(all_includes)
05f6862
-AM_LDFLAGS   = $(all_libraries)
05f6862
 AM_CPPFLAGS = -DYYDEBUG
05f6862
 
05f6862
 ####### Files
05f6862
@@ -11,7 +10,7 @@
05f6862
 noinst_HEADERS = yacc.cc.h
05f6862
 
05f6862
 dcopidl_LDADD = $(LIB_QT)
05f6862
-dcopidl_LDFLAGS = $(KDE_RPATH)
05f6862
+dcopidl_LDFLAGS = $(KDE_RPATH) $(all_libraries)
05f6862
 
05f6862
 ####### Build rules
05f6862