summaryrefslogtreecommitdiff
path: root/src/cppunit
diff options
context:
space:
mode:
authorBaptiste Lepilleur <gaiacrtn@free.fr>2002-03-03 10:57:26 +0000
committerBaptiste Lepilleur <gaiacrtn@free.fr>2002-03-03 10:57:26 +0000
commit1693d1af80d06675125d4ccb46ee145c017fdebb (patch)
tree3a40d1590c2b03eabba6b64b4edd5636b4d3fcb1 /src/cppunit
parent995dd0a5786e1c5d3a0a18d3107cded17cf32089 (diff)
downloadcppunit-1693d1af80d06675125d4ccb46ee145c017fdebb.tar.gz
Include/cppunit/makefile.
include/cppunit/makefile.am: * src/cppunit/makefile.am: added missing SynchronizedObject and TextOutputter.h. * generated 1.7.3 tar ball.
Diffstat (limited to 'src/cppunit')
-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 a16908c..ef0df40 100644
--- a/src/cppunit/Makefile.am
+++ b/src/cppunit/Makefile.am
@@ -1,5 +1,5 @@
#
-# $Id: Makefile.am,v 1.15 2002-02-28 10:57:20 blep Exp $
+# $Id: Makefile.am,v 1.16 2002-03-03 11:57:26 blep Exp $
#
EXTRA_DIST = cppunit.dsw cppunit.dsp
@@ -14,6 +14,7 @@ libcppunit_la_SOURCES = \
NotEqualException.cpp \
RepeatedTest.cpp \
SourceLine.cpp \
+ SynchronizedObject.cpp \
TestAssert.cpp \
TestCase.cpp \
TestFactoryRegistry.cpp \