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:44:19 +0200
commitfbbc3160499fa254e0ae03161daeabc0af908a8b (patch)
treeeb5304795de09e5d8d046fb75a733af609fbe021
parentfb1c8f72cde0b133049d614fbcaf9579293b66fd (diff)
downloadktorrent-fbbc3160499fa254e0ae03161daeabc0af908a8b.tar.gz
ktorrent-fbbc3160499fa254e0ae03161daeabc0af908a8b.zip
Update autotools for new DSO linkage style
Thanks to Francois Andriot for the patch
-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..ddc3bd7 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_TDECORE) $(LIB_QT) $(LIB_TDEUI)
KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(USE_RTTI)