diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 19:58:15 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 20:16:14 +0200 |
commit | 8f63a4e04fc59bcbc4ec4a6abcfc4b4004a99850 (patch) | |
tree | 4c67d6f89a8c5ada2dc621e92c66568b4bd6b8d6 /libktorrent | |
parent | 6ca429f20375d7731c7c383f553446b9b487b1f1 (diff) | |
download | ktorrent-8f63a4e04fc59bcbc4ec4a6abcfc4b4004a99850.tar.gz ktorrent-8f63a4e04fc59bcbc4ec4a6abcfc4b4004a99850.zip |
Additional k => tde renaming and fixes
Diffstat (limited to 'libktorrent')
-rw-r--r-- | libktorrent/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libktorrent/Makefile.am b/libktorrent/Makefile.am index ddc3bd7..b6c27c4 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) $(LIB_KIO) $(LIB_TDECORE) $(LIB_QT) $(LIB_TDEUI) + ../libktorrent/kademlia/libkademlia.la ../libktorrent/interfaces/libinterfaces.la $(LIB_TDEPARTS) $(LIB_TDEIO) $(LIB_TDECORE) $(LIB_QT) $(LIB_TDEUI) KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(USE_RTTI) |