Update autotools for new DSO linkage style

Thanks to Francois Andriot for the patch
(cherry picked from commit fbbc316049)
v3.5.13-sru
Slávek Banko 12 years ago
parent 56a711f241
commit f5510c21ec

@ -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)

Loading…
Cancel
Save