From f5510c21ecf2350065ec0e0981d5c25aa75c8ac4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Mon, 13 Aug 2012 02:44:19 +0200 Subject: [PATCH] Update autotools for new DSO linkage style Thanks to Francois Andriot for the patch (cherry picked from commit fbbc3160499fa254e0ae03161daeabc0af908a8b) --- libktorrent/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)