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 /utests | |
parent | 6ca429f20375d7731c7c383f553446b9b487b1f1 (diff) | |
download | ktorrent-8f63a4e04fc59bcbc4ec4a6abcfc4b4004a99850.tar.gz ktorrent-8f63a4e04fc59bcbc4ec4a6abcfc4b4004a99850.zip |
Additional k => tde renaming and fixes
Diffstat (limited to 'utests')
-rw-r--r-- | utests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utests/Makefile.am b/utests/Makefile.am index 0de64c8..7059020 100644 --- a/utests/Makefile.am +++ b/utests/Makefile.am @@ -3,7 +3,7 @@ METASOURCES = AUTO noinst_HEADERS = unittest.h testrunner.h upnpparsedescriptiontest.h \ upnpparseresponsetest.h dhtmsgparsetest.h biginttest.h rc4test.h difflehellmantest.h bin_PROGRAMS = ktutester -ktutester_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor +ktutester_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor ktutester_SOURCES = unittest.cpp testrunner.cpp main.cpp \ upnpparsedescriptiontest.cpp upnpparseresponsetest.cpp dhtmsgparsetest.cpp biginttest.cpp \ rc4test.cpp difflehellmantest.cpp |