diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 21:36:55 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 21:36:55 -0600 |
commit | cb09750db68cf5fd3194f0995a575d1c5ad1100c (patch) | |
tree | 3c09f1a971595ecba056577c5aad909eb108c791 /utests | |
parent | d4697f28f90b00e4b54cdf5a284b4b0b9379aab9 (diff) | |
download | ktorrent-cb09750db68cf5fd3194f0995a575d1c5ad1100c.tar.gz ktorrent-cb09750db68cf5fd3194f0995a575d1c5ad1100c.zip |
Rename additional instances of KDE to TDE
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 ae01232..8af9fa1 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) -ltdefx $(LIB_KIO) -lktexteditor +ktutester_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor ktutester_SOURCES = unittest.cpp testrunner.cpp main.cpp \ upnpparsedescriptiontest.cpp upnpparseresponsetest.cpp dhtmsgparsetest.cpp biginttest.cpp \ rc4test.cpp difflehellmantest.cpp |