From 539c250e645b246d1134c7e63e42cc99a751a4de Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 10 Oct 2011 20:45:10 +0000 Subject: [PATCH] Link most Trinity DSOs against the most common kdelibs libraries to compensate for linking changes in modern distributions such as Ubuntu Oneiric git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/krename@1258263 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- krename/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/krename/Makefile.am b/krename/Makefile.am index 5d1503f..87f93ba 100644 --- a/krename/Makefile.am +++ b/krename/Makefile.am @@ -18,7 +18,7 @@ bin_PROGRAMS = krename # the application source, library search path, and link libraries -krename_LDFLAGS = $(KDE_RPATH) $(all_libraries) +krename_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor krename_LDADD =$(LIB_KPARTS) $(LIB_KFILE) $(LIB_KDEUI) $(LIB_KDECORE) $(LIB_QT) $(LIBSOCKET) noinst_HEADERS = ProgressDialog.h dateplugin.h fileplugin.h kmylistbox.h krenameimpl.h \