From a07263d25e98ee65943e1e1dc67c8c9a4e7d7f6d Mon Sep 17 00:00:00 2001 From: Baptiste Lepilleur Date: Sun, 4 Aug 2002 10:04:18 +0000 Subject: added missing TestDecorator.cpp to makefile.am --- src/cppunit/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/cppunit/Makefile.am') diff --git a/src/cppunit/Makefile.am b/src/cppunit/Makefile.am index 8a9f8fc..010b44d 100644 --- a/src/cppunit/Makefile.am +++ b/src/cppunit/Makefile.am @@ -1,5 +1,5 @@ # -# $Id: Makefile.am,v 1.38 2002-08-03 15:47:52 blep Exp $ +# $Id: Makefile.am,v 1.39 2002-08-04 11:04:18 blep Exp $ # EXTRA_DIST = cppunit.dsp cppunit_dll.dsp DllMain.cpp @@ -33,6 +33,7 @@ libcppunit_la_SOURCES = \ TestCase.cpp \ TestCaseDecorator.cpp \ TestComposite.cpp \ + TestDecorator.cpp \ TestFactoryRegistry.cpp \ TestFailure.cpp \ TestLeaf.cpp \ -- cgit v1.2.1