[Mockpp-commits] mockpp/mockpp Makefile.am,1.71,1.72
Brought to you by:
ewald-arnold
From: Ewald A. <ewa...@us...> - 2005-03-16 20:23:53
|
Update of /cvsroot/mockpp/mockpp/mockpp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15248/mockpp Modified Files: Makefile.am Log Message: include missing file to dist Index: Makefile.am =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/Makefile.am,v retrieving revision 1.71 retrieving revision 1.72 diff -u -d -r1.71 -r1.72 --- Makefile.am 6 Mar 2005 21:45:51 -0000 1.71 +++ Makefile.am 16 Mar 2005 20:23:38 -0000 1.72 @@ -25,7 +25,7 @@ VisitableMockObject_macro.h VisitableMockObject_template.h ExpectationConglomeration.h \ ExpectationCounter.h mockpp.h Throwable.h ThrowableList.h MockObject.h VisitableMockObject.h \ VerifiableList.h Verifiable.h VerifyingTestCase.h SelfDescribing.h ChainableMockObject.h\ - VerifyingTestCaller.h TrackingCounter.h + VerifyingTestCaller.h TrackingCounter.h MixedMockObject.h EXTRA_DIST = \ mockpp_config-bcb5.h \ |