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.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/cppunit/Makefile.am b/src/cppunit/Makefile.am
index 669b449..7dc8752 100644
--- a/src/cppunit/Makefile.am
+++ b/src/cppunit/Makefile.am
@@ -1,5 +1,5 @@
#
-# $Id: Makefile.am,v 1.11 2001-10-05 08:06:28 blep Exp $
+# $Id: Makefile.am,v 1.12 2001-10-05 22:27:14 blep Exp $
#
EXTRA_DIST = cppunit.dsw cppunit.dsp
@@ -8,8 +8,10 @@ INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include
lib_LTLIBRARIES = libcppunit.la
libcppunit_la_SOURCES = \
+ Asserter.cpp \
NotEqualException.cpp \
RepeatedTest.cpp \
+ SourceLine.cpp \
TestAssert.cpp \
TestCase.cpp \
TestSuite.cpp \