summaryrefslogtreecommitdiff
path: root/src/cppunit/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/cppunit/Makefile.am')
-rw-r--r--src/cppunit/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/cppunit/Makefile.am b/src/cppunit/Makefile.am
index b7764bd..f601f28 100644
--- a/src/cppunit/Makefile.am
+++ b/src/cppunit/Makefile.am
@@ -1,5 +1,5 @@
#
-# $Id: Makefile.am,v 1.13 2001-10-06 12:03:30 blep Exp $
+# $Id: Makefile.am,v 1.14 2001-10-07 19:36:47 blep Exp $
#
EXTRA_DIST = cppunit.dsw cppunit.dsp
@@ -9,7 +9,7 @@ lib_LTLIBRARIES = libcppunit.la
libcppunit_la_SOURCES = \
Asserter.cpp \
- CompilerTestResultOutputter.cpp \
+ CompilerOutputter.cpp \
NotEqualException.cpp \
RepeatedTest.cpp \
SourceLine.cpp \
@@ -24,7 +24,7 @@ libcppunit_la_SOURCES = \
TextTestRunner.cpp \
TestFactoryRegistry.cpp \
TypeInfoHelper.cpp \
- XmlTestResultOutputter.cpp
+ XmlOutputter.cpp
libcppunit_la_LDFLAGS= \
-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \