From 1693d1af80d06675125d4ccb46ee145c017fdebb Mon Sep 17 00:00:00 2001 From: Baptiste Lepilleur Date: Sun, 3 Mar 2002 10:57:26 +0000 Subject: Include/cppunit/makefile. include/cppunit/makefile.am: * src/cppunit/makefile.am: added missing SynchronizedObject and TextOutputter.h. * generated 1.7.3 tar ball. --- include/cppunit/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/cppunit') diff --git a/include/cppunit/Makefile.am b/include/cppunit/Makefile.am index be74e73..84f1afd 100644 --- a/include/cppunit/Makefile.am +++ b/include/cppunit/Makefile.am @@ -14,6 +14,7 @@ libcppunitinclude_HEADERS = \ Outputter.h \ Portability.h \ SourceLine.h \ + SynchronizedObject.h \ Test.h \ TestAssert.h \ TestCase.h \ @@ -24,6 +25,7 @@ libcppunitinclude_HEADERS = \ TestResultCollector.h \ TestSucessListener.h \ TestSuite.h \ + TextOutputter.h \ TextTestProgressListener.h \ TextTestResult.h \ TextTestRunner.h \ -- cgit v1.2.1