diff options
Diffstat (limited to 'kopete/protocols/yahoo/libkyahoo/tests')
-rw-r--r-- | kopete/protocols/yahoo/libkyahoo/tests/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
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 |