From 5feb3a1bc4eaf07b0a44bf84b33117cfbd30ffc2 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 6 Nov 2011 21:47:12 -0600 Subject: Rename additional instances of KDE to TDE --- kopete/protocols/oscar/liboscar/tests/Makefile.am | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'kopete/protocols/oscar/liboscar/tests/Makefile.am') diff --git a/kopete/protocols/oscar/liboscar/tests/Makefile.am b/kopete/protocols/oscar/liboscar/tests/Makefile.am index 14b0e3af..57f993f2 100644 --- a/kopete/protocols/oscar/liboscar/tests/Makefile.am +++ b/kopete/protocols/oscar/liboscar/tests/Makefile.am @@ -3,26 +3,26 @@ METASOURCES = AUTO check_PROGRAMS = kunittest clientstream_test logintest userinfotest ssigrouptest redirecttest ipaddrtest kunittest_SOURCES = main.cpp kunittest.cpp chatnavtests.cpp -kunittest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor -kunittest_LDADD = $(LIB_KDECORE) ../liboscar.la +kunittest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor +kunittest_LDADD = $(LIB_TDECORE) ../liboscar.la clientstream_test_SOURCES = clientstream_test.cpp -clientstream_test_LDADD = $(LIB_QT) $(LIB_KDECORE) ../liboscar.la +clientstream_test_LDADD = $(LIB_QT) $(LIB_TDECORE) ../liboscar.la logintest_SOURCES = logintest.cpp -logintest_LDADD = $(LIB_QT) $(LIB_KDECORE) ../liboscar.la +logintest_LDADD = $(LIB_QT) $(LIB_TDECORE) ../liboscar.la userinfotest_SOURCES = userinfotest.cpp -userinfotest_LDADD = $(LIB_QT) $(LIB_KDECORE) ../liboscar.la +userinfotest_LDADD = $(LIB_QT) $(LIB_TDECORE) ../liboscar.la ssigrouptest_SOURCES = ssigrouptest.cpp -ssigrouptest_LDADD = $(LIB_QT) $(LIB_KDECORE) ../liboscar.la +ssigrouptest_LDADD = $(LIB_QT) $(LIB_TDECORE) ../liboscar.la redirecttest_SOURCES = redirecttest.cpp -redirecttest_LDADD = $(LIB_QT) $(LIB_KDECORE) ../liboscar.la +redirecttest_LDADD = $(LIB_QT) $(LIB_TDECORE) ../liboscar.la ipaddrtest_SOURCES = ipaddrtest.cpp -ipaddrtest_LDADD = $(LIB_QT) $(LIB_KDECORE) ../liboscar.la +ipaddrtest_LDADD = $(LIB_QT) $(LIB_TDECORE) ../liboscar.la check: kunittest @./kunittest 2>&1 | grep "tests:" -- cgit v1.2.1