summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2012-08-13 02:44:19 +0200
committerSlávek Banko <slavek.banko@axis.cz>2012-08-13 02:45:37 +0200
commitf5510c21ecf2350065ec0e0981d5c25aa75c8ac4 (patch)
treebae5a210371c354bafad14deb60d0adb4b618144
parent56a711f2419bf6d9bf62bf2d6d3f4caa998108cf (diff)
downloadktorrent-f5510c21ecf2350065ec0e0981d5c25aa75c8ac4.tar.gz
ktorrent-f5510c21ecf2350065ec0e0981d5c25aa75c8ac4.zip
Update autotools for new DSO linkage style
Thanks to Francois Andriot for the patch (cherry picked from commit fbbc3160499fa254e0ae03161daeabc0af908a8b)
-rw-r--r--libktorrent/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/libktorrent/Makefile.am b/libktorrent/Makefile.am
index cea2eaa..e0adb82 100644
--- a/libktorrent/Makefile.am
+++ b/libktorrent/Makefile.am
@@ -18,5 +18,5 @@ libktorrent_la_SOURCES = expandablewidget.cpp functions.cpp labelview.cpp \
libktorrent_la_LIBADD = ../libktorrent/net/libnet.la \
../libktorrent/datachecker/libdatachecker.la ../libktorrent/mse/libmse.la ../libktorrent/migrate/libmigrate.la \
../libktorrent/util/libutil.la ../libktorrent/torrent/libtorrent.la \
- ../libktorrent/kademlia/libkademlia.la ../libktorrent/interfaces/libinterfaces.la $(LIB_KPARTS)
+ ../libktorrent/kademlia/libkademlia.la ../libktorrent/interfaces/libinterfaces.la $(LIB_KPARTS) $(LIB_KIO) $(LIB_KDECORE) $(LIB_QT) $(LIB_KDEUI)
KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(USE_RTTI)