summaryrefslogtreecommitdiffstats
path: root/apps/ktupnptest
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/ktupnptest
parent6ca429f20375d7731c7c383f553446b9b487b1f1 (diff)
downloadktorrent-8f63a4e04fc59bcbc4ec4a6abcfc4b4004a99850.tar.gz
ktorrent-8f63a4e04fc59bcbc4ec4a6abcfc4b4004a99850.zip
Additional k => tde renaming and fixes
Diffstat (limited to 'apps/ktupnptest')
-rw-r--r--apps/ktupnptest/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/ktupnptest/Makefile.am b/apps/ktupnptest/Makefile.am
index ba619b5..0d98c3b 100644
--- a/apps/ktupnptest/Makefile.am
+++ b/apps/ktupnptest/Makefile.am
@@ -4,7 +4,7 @@ bin_PROGRAMS = ktupnptest
ktupnptest_SOURCES = main.cpp upnptestapp.cpp mainwidget.ui
ktupnptest_LDADD = ../../plugins/upnp/libktupnp.la \
- ../../libktorrent/libktorrent.la $(LIB_KIO)
-ktupnptest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
+ ../../libktorrent/libktorrent.la $(LIB_TDEIO)
+ktupnptest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
noinst_HEADERS = upnptestapp.h
KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(USE_RTTI)