summaryrefslogtreecommitdiff
path: root/src/cppunit
diff options
context:
space:
mode:
Diffstat (limited to 'src/cppunit')
-rw-r--r--src/cppunit/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cppunit/Makefile.am b/src/cppunit/Makefile.am
index ad54431..82b2ada 100644
--- a/src/cppunit/Makefile.am
+++ b/src/cppunit/Makefile.am
@@ -1,5 +1,5 @@
#
-# $Id: Makefile.am,v 1.27 2002-04-18 09:51:54 blep Exp $
+# $Id: Makefile.am,v 1.28 2002-04-18 09:56:17 blep Exp $
#
EXTRA_DIST = cppunit.dsp cppunit_dll.dsp DllMain.cpp
@@ -16,6 +16,7 @@ libcppunit_la_SOURCES = \
Exception.cpp \
NotEqualException.cpp \
RepeatedTest.cpp \
+ PlugInManager.cpp \
SourceLine.cpp \
SynchronizedObject.cpp \
Test.cpp \
@@ -27,7 +28,6 @@ libcppunit_la_SOURCES = \
TestLeaf.cpp \
TestPath.cpp \
TestPlugInAdapter.cpp \
- TestPlugInSuite.cpp \
TestResult.cpp \
TestResultCollector.cpp \
TestRunner.cpp \