diff options
Diffstat (limited to 'kopete/protocols/yahoo/libkyahoo')
-rw-r--r-- | kopete/protocols/yahoo/libkyahoo/Makefile.am | 2 | ||||
-rw-r--r-- | kopete/protocols/yahoo/libkyahoo/tests/Makefile.am | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/kopete/protocols/yahoo/libkyahoo/Makefile.am b/kopete/protocols/yahoo/libkyahoo/Makefile.am index 8524b4b1..e066486f 100644 --- a/kopete/protocols/yahoo/libkyahoo/Makefile.am +++ b/kopete/protocols/yahoo/libkyahoo/Makefile.am @@ -16,7 +16,7 @@ libkyahoo_la_SOURCES = client.cpp task.cpp connector.cpp inputprotocolbase.cpp \ yabentry.cpp modifyyabtask.cpp chatsessiontask.cpp sendfiletask.cpp filetransfernotifiertask.cpp \ receivefiletask.cpp yahoochattask.cpp libkyahoo_la_LDFLAGS = -no-undefined $(all_libraries) -libkyahoo_la_LIBADD = $(LIB_QT) +libkyahoo_la_LIBADD = $(LIB_TQT) noinst_HEADERS = logintask.h yabentry.h yabtask.h modifyyabtask.h \ chatsessiontask.h yahoochattask.h diff --git a/kopete/protocols/yahoo/libkyahoo/tests/Makefile.am b/kopete/protocols/yahoo/libkyahoo/tests/Makefile.am index 7f2d54a6..798dcaa2 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_TDECORE) ../libkyahoo.la +clientstream_test_LDADD = $(LIB_TQT) $(LIB_TDECORE) ../libkyahoo.la #login_test_SOURCES = logintest.cpp -#login_test_LDADD = $(LIB_QT) $(LIB_TDECORE) ../libkyahoo.la +#login_test_LDADD = $(LIB_TQT) $(LIB_TDECORE) ../libkyahoo.la |