diff options
| author | Baptiste Lepilleur <gaiacrtn@free.fr> | 2002-04-18 08:56:17 +0000 |
|---|---|---|
| committer | Baptiste Lepilleur <gaiacrtn@free.fr> | 2002-04-18 08:56:17 +0000 |
| commit | 5344c7ed620a32bfd5177fac5eedb026372b6cff (patch) | |
| tree | af64f6bbbd6fbbe28e28159c1aec46571e8f54dd /src/cppunit | |
| parent | 162c0c3207dfad18a221c20b71a3b4f74b57be02 (diff) | |
| download | cppunit-5344c7ed620a32bfd5177fac5eedb026372b6cff.tar.gz | |
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.
Diffstat (limited to 'src/cppunit')
| -rw-r--r-- | src/cppunit/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cppunit/Makefile.am b/src/cppunit/Makefile.am index b8978f2..ad54431 100644 --- a/src/cppunit/Makefile.am +++ b/src/cppunit/Makefile.am @@ -1,5 +1,5 @@ # -# $Id: Makefile.am,v 1.26 2002-04-17 22:27:28 blep Exp $ +# $Id: Makefile.am,v 1.27 2002-04-18 09:51:54 blep Exp $ # EXTRA_DIST = cppunit.dsp cppunit_dll.dsp DllMain.cpp @@ -26,7 +26,7 @@ libcppunit_la_SOURCES = \ TestFailure.cpp \ TestLeaf.cpp \ TestPath.cpp \ - TestPlugInDefaultImpl.cpp \ + TestPlugInAdapter.cpp \ TestPlugInSuite.cpp \ TestResult.cpp \ TestResultCollector.cpp \ |
