summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-10-10 20:45:10 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-10-10 20:45:10 +0000
commit539c250e645b246d1134c7e63e42cc99a751a4de (patch)
tree4f3d3d62bd7bf7187d386ac40ef46288dd6885ac
parente2e2ab9c6df4ce007d9c8bf63ad08285109d2eff (diff)
downloadkrename-539c250e.tar.gz
krename-539c250e.zip
Link most Trinity DSOs against the most common kdelibs libraries to compensate for linking changes in modern distributions such as Ubuntu Oneiricv3.5.13
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/krename@1258263 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r--krename/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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 \