summaryrefslogtreecommitdiffstats
path: root/apps/kttorinfo
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-09-03 19:58:15 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-09-03 20:16:14 +0200
commit8f63a4e04fc59bcbc4ec4a6abcfc4b4004a99850 (patch)
tree4c67d6f89a8c5ada2dc621e92c66568b4bd6b8d6 /apps/kttorinfo
parent6ca429f20375d7731c7c383f553446b9b487b1f1 (diff)
downloadktorrent-8f63a4e04fc59bcbc4ec4a6abcfc4b4004a99850.tar.gz
ktorrent-8f63a4e04fc59bcbc4ec4a6abcfc4b4004a99850.zip
Additional k => tde renaming and fixes
Diffstat (limited to 'apps/kttorinfo')
-rw-r--r--apps/kttorinfo/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/kttorinfo/Makefile.am b/apps/kttorinfo/Makefile.am
index 22b967e..345ea14 100644
--- a/apps/kttorinfo/Makefile.am
+++ b/apps/kttorinfo/Makefile.am
@@ -3,8 +3,8 @@ METASOURCES = AUTO
bin_PROGRAMS = kttorinfo
kttorinfo_SOURCES = main.cpp
-kttorinfo_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
-kttorinfo_LDADD = ../../libktorrent/libktorrent.la $(LIB_KPARTS) $(LIB_TDEFILE) \
- $(LIB_KIO)
+kttorinfo_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
+kttorinfo_LDADD = ../../libktorrent/libktorrent.la $(LIB_TDEPARTS) $(LIB_TDEFILE) \
+ $(LIB_TDEIO)
KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(USE_RTTI)