From 24cab9efdce91f68cfbe687f5fdd203256ea38f9 Mon Sep 17 00:00:00 2001 From: Baptiste Lepilleur Date: Thu, 18 Apr 2002 09:05:00 +0000 Subject: Configure. configure.in: added some makefile.am * contrib/readme.txt: updated. * contrib/bc5/bc5-makefile.zip: added borland 5.5 makefile. Contributed by project cuppa. --- src/cppunit/Makefile.am | 4 ++-- src/cppunit/cppunit.dsp | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'src/cppunit') diff --git a/src/cppunit/Makefile.am b/src/cppunit/Makefile.am index 82b2ada..44a925f 100644 --- a/src/cppunit/Makefile.am +++ b/src/cppunit/Makefile.am @@ -1,5 +1,5 @@ # -# $Id: Makefile.am,v 1.28 2002-04-18 09:56:17 blep Exp $ +# $Id: Makefile.am,v 1.29 2002-04-18 09:58:57 blep Exp $ # EXTRA_DIST = cppunit.dsp cppunit_dll.dsp DllMain.cpp @@ -10,6 +10,7 @@ lib_LTLIBRARIES = libcppunit.la libcppunit_la_SOURCES = \ Asserter.cpp \ BeOsDynamicLibraryManager.cpp \ + BriefTestProgressListener.cpp \ CompilerOutputter.cpp \ DynamicLibraryManager.cpp \ DynamicLibraryManagerException.cpp \ @@ -40,7 +41,6 @@ libcppunit_la_SOURCES = \ TextTestRunner.cpp \ TypeInfoHelper.cpp \ UnixDynamicLibraryManager.cpp \ - VerboseTestProgressListener.cpp \ XmlOutputter.cpp \ Win32DynamicLibraryManager.cpp diff --git a/src/cppunit/cppunit.dsp b/src/cppunit/cppunit.dsp index 344a25a..bd6e7af 100644 --- a/src/cppunit/cppunit.dsp +++ b/src/cppunit/cppunit.dsp @@ -519,6 +519,10 @@ SOURCE=..\..\include\cppunit\Makefile.am # End Source File # Begin Source File +SOURCE=..\..\include\cppunit\plugin\Makefile.am +# End Source File +# Begin Source File + SOURCE=.\Makefile.am # End Source File # End Target -- cgit v1.2.1