summaryrefslogtreecommitdiff
path: root/src/cppunit/Makefile.am
diff options
context:
space:
mode:
authorBaptiste Lepilleur <gaiacrtn@free.fr>2002-08-04 10:04:18 +0000
committerBaptiste Lepilleur <gaiacrtn@free.fr>2002-08-04 10:04:18 +0000
commita07263d25e98ee65943e1e1dc67c8c9a4e7d7f6d (patch)
tree7264eb12a0bbbece32a8ae118474b92e7f8d16fb /src/cppunit/Makefile.am
parent681d5fdb4c6c3cc26994de055bb8c52d5452bc2d (diff)
downloadcppunit-a07263d25e98ee65943e1e1dc67c8c9a4e7d7f6d.tar.gz
added missing TestDecorator.cpp to makefile.am
Diffstat (limited to 'src/cppunit/Makefile.am')
-rw-r--r--src/cppunit/Makefile.am3
1 files changed, 2 insertions, 1 deletions
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 \