[Mockpp-commits] mockpp/mockpp/chaining Makefile.am,1.15,1.16
Brought to you by:
ewald-arnold
From: Ewald A. <ewa...@us...> - 2005-10-30 13:53:07
|
Update of /cvsroot/mockpp/mockpp/mockpp/chaining In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27397/mockpp/chaining Modified Files: Makefile.am Log Message: basic file set working Index: Makefile.am =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/chaining/Makefile.am,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- Makefile.am 29 Oct 2005 18:17:30 -0000 1.15 +++ Makefile.am 30 Oct 2005 13:53:00 -0000 1.16 @@ -16,10 +16,12 @@ ChainableMockMethod4.h \ ChainableMockMethod5.h \ ChainableMockMethod6.h \ + CountedChainableMethod.h \ InvocationN.h EXTRA_DIST = \ gen_chainablemethod_N.pl \ + gen_countchainable_N.pl \ gen_invocation_N.pl libchainingincludedir = $(includedir)/mockpp/chaining |