From kde-commits Thu Jun 30 23:25:34 2005 From: Michel Hermier Date: Thu, 30 Jun 2005 23:25:34 +0000 To: kde-commits Subject: KDE/kdenetwork/kopete/protocols/oscar/liboscar/tests Message-Id: <1120173934.538921.25437.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=112017394622591 SVN commit 430334 by hermier: Reverting names to their original. Added the clientstream_test to the makefile. M +3 -3 Makefile.am A clientstream_test.cpp clientstreamtest.cpp#430247 [License: no copyright] A clientstream_test.h clientstreamtest.h#430247 D clientstreamtest.cpp D clientstreamtest.h --- trunk/KDE/kdenetwork/kopete/protocols/oscar/liboscar/tests/Makefile.am #430333:430334 @@ -1,13 +1,13 @@ INCLUDES = $(all_includes) $(KOPETE_INCLUDES) -I$(top_srcdir)/kopete/protocols/oscar/liboscar METASOURCES = AUTO -check_PROGRAMS = kunittest logintest userinfotest ssigrouptest redirecttest ipaddrtest +check_PROGRAMS = kunittest clientstram_test logintest userinfotest ssigrouptest redirecttest ipaddrtest kunittest_SOURCES = main.cpp kunittest.cpp chatnavtests.cpp kunittest_LDFLAGS = $(all_libraries) $(KDE_RPATH) kunittest_LDADD = $(LIB_KDECORE) ../liboscar.la -#clientstreamtest_SOURCE = clientstreamtest.cpp -#clientstreamtest_LDADD = $(LIB_QT) $(LIB_KDECORE) ../liboscar.la +clientstream_test_SOURCE = clientstream_test.cpp +clientstream_test_LDADD = $(LIB_QT) $(LIB_KDECORE) ../liboscar.la logintest_SOURCES = logintest.cpp logintest_LDADD = $(LIB_QT) $(LIB_KDECORE) ../liboscar.la