diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:22:25 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:22:25 -0600 |
commit | c1d0293cbc5cf08aa227252018275a9388d37dc3 (patch) | |
tree | 1e40fc8c433de93387dabe769be63b6fa042ed1d /utests | |
parent | 7af7c564cecc9782c4361915e40bde5f16530ea9 (diff) | |
download | ktorrent-c1d0293cbc5cf08aa227252018275a9388d37dc3.tar.gz ktorrent-c1d0293cbc5cf08aa227252018275a9388d37dc3.zip |
Additional kde to tde renaming
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 5d0e406..ae01232 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_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor +ktutester_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor ktutester_SOURCES = unittest.cpp testrunner.cpp main.cpp \ upnpparsedescriptiontest.cpp upnpparseresponsetest.cpp dhtmsgparsetest.cpp biginttest.cpp \ rc4test.cpp difflehellmantest.cpp |