summaryrefslogtreecommitdiffstats
path: root/apps/ktorrent/Makefile.am
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
commit58827d93e4b0389a25c99e72b249e4a297d763bd (patch)
treeaed4bfdfdb0065199d773c4130eb220e63a305aa /apps/ktorrent/Makefile.am
parentd8368941307b6fe9fc54465d60c4e55774b2da96 (diff)
downloadktorrent-58827d93e4b0389a25c99e72b249e4a297d763bd.tar.gz
ktorrent-58827d93e4b0389a25c99e72b249e4a297d763bd.zip
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/ktorrent@1258263 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'apps/ktorrent/Makefile.am')
-rw-r--r--apps/ktorrent/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/ktorrent/Makefile.am b/apps/ktorrent/Makefile.am
index d9b91ae..33dded8 100644
--- a/apps/ktorrent/Makefile.am
+++ b/apps/ktorrent/Makefile.am
@@ -11,7 +11,7 @@ INCLUDES = -I$(top_builddir)/ktorrent/libktorrent -I$(top_builddir)/libktorrent/
$(all_includes)
# the library search path.
-ktorrent_LDFLAGS = $(KDE_RPATH) $(all_libraries)
+ktorrent_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
# the libraries to link against.
ktorrent_LDADD = ../../apps/ktorrent/newui/libnewui.la $(LIB_KFILE) \