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/Makefile.am | 2 +- kopete/protocols/oscar/liboscar/tests/Makefile.am | 16 ++++++++-------- kopete/protocols/yahoo/libkyahoo/tests/Makefile.am | 4 ++-- 3 files changed, 11 insertions(+), 11 deletions(-) (limited to 'kopete/protocols') diff --git a/kopete/protocols/oscar/liboscar/Makefile.am b/kopete/protocols/oscar/liboscar/Makefile.am index ea757b69..ab0def67 100644 --- a/kopete/protocols/oscar/liboscar/Makefile.am +++ b/kopete/protocols/oscar/liboscar/Makefile.am @@ -22,5 +22,5 @@ liboscar_la_SOURCES = oscarutils.cpp client.cpp task.cpp connector.cpp \ chatnavservicetask.cpp connectionhandler.cpp chatservicetask.cpp liboscar_la_LDFLAGS = -no-undefined $(all_libraries) -liboscar_la_LIBADD = $(LIB_QT) $(LIB_KDECORE) +liboscar_la_LIBADD = $(LIB_QT) $(LIB_TDECORE) 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:" diff --git a/kopete/protocols/yahoo/libkyahoo/tests/Makefile.am b/kopete/protocols/yahoo/libkyahoo/tests/Makefile.am index 6e644285..7f2d54a6 100644 --- a/kopete/protocols/yahoo/libkyahoo/tests/Makefile.am +++ b/kopete/protocols/yahoo/libkyahoo/tests/Makefile.am @@ -3,7 +3,7 @@ METASOURCES = AUTO check_PROGRAMS = clientstream_test clientstream_test_SOURCES = clientstream_test.cpp -clientstream_test_LDADD = $(LIB_QT) $(LIB_KDECORE) ../libkyahoo.la +clientstream_test_LDADD = $(LIB_QT) $(LIB_TDECORE) ../libkyahoo.la #login_test_SOURCES = logintest.cpp -#login_test_LDADD = $(LIB_QT) $(LIB_KDECORE) ../libkyahoo.la +#login_test_LDADD = $(LIB_QT) $(LIB_TDECORE) ../libkyahoo.la -- cgit v1.2.1