diff options
| author | Steve M. Robbins <smr@sumost.ca> | 2001-06-11 20:21:47 +0000 |
|---|---|---|
| committer | Steve M. Robbins <smr@sumost.ca> | 2001-06-11 20:21:47 +0000 |
| commit | 12689d8435558bb9a95f92ad1a2c47285c615951 (patch) | |
| tree | ef6e639921343216bcd431cb25ad818b3b72aa1f /src/cppunit/Makefile.am | |
| parent | e4988f5201647d5716715f14e1e61ce5627fab46 (diff) | |
| download | cppunit-12689d8435558bb9a95f92ad1a2c47285c615951.tar.gz | |
Add missing source file.
Diffstat (limited to 'src/cppunit/Makefile.am')
| -rw-r--r-- | src/cppunit/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cppunit/Makefile.am b/src/cppunit/Makefile.am index f76ae21..39e149a 100644 --- a/src/cppunit/Makefile.am +++ b/src/cppunit/Makefile.am @@ -1,5 +1,5 @@ # -# $Id: Makefile.am,v 1.6 2001-06-11 19:59:15 blep Exp $ +# $Id: Makefile.am,v 1.7 2001-06-11 21:21:47 smr99 Exp $ # EXTRA_DIST = cppunit.dsw cppunit.dsp @@ -9,6 +9,7 @@ lib_LTLIBRARIES = libcppunit.la libcppunit_la_SOURCES = \ NotEqualException.cpp \ + TestAssert.cpp \ TestCase.cpp \ TestSuite.cpp \ TestResult.cpp \ |
