You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by da...@apache.org on 2004/06/15 10:53:24 UTC

cvs commit: ws-axis/c/samples/client configure.ac Makefile.am

damitha     2004/06/15 01:53:24

  Modified:    c/samples/client configure.ac Makefile.am
  Log:
  (null)
  
  Revision  Changes    Path
  1.19      +1 -1      ws-axis/c/samples/client/configure.ac
  
  Index: configure.ac
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/samples/client/configure.ac,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- configure.ac	27 May 2004 12:03:04 -0000	1.18
  +++ configure.ac	15 Jun 2004 08:53:23 -0000	1.19
  @@ -8,4 +8,4 @@
   AC_PROG_CXX
   AC_PROG_INSTALL
   AC_PROG_LIBTOOL
  -AC_OUTPUT(Makefile interoptests/Makefile interoptests/base/Makefile interoptests/cbase/Makefile interoptests/groupB/Makefile interoptests/cgroupB/Makefile interoptests/doclitbase/Makefile interoptests/doclitgroupB/Makefile simple/Makefile rpcfault/Makefile doclitfault/Makefile)
  +AC_OUTPUT(Makefile interoptests/Makefile interoptests/base/Makefile interoptests/cbase/Makefile interoptests/groupB/Makefile interoptests/cgroupB/Makefile interoptests/doclitbase/Makefile interoptests/doclitgroupB/Makefile simple/Makefile rpcfault/Makefile doclitfault/Makefile testHandler/Makefile)
  
  
  
  1.7       +1 -1      ws-axis/c/samples/client/Makefile.am
  
  Index: Makefile.am
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/samples/client/Makefile.am,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- Makefile.am	27 May 2004 12:03:04 -0000	1.6
  +++ Makefile.am	15 Jun 2004 08:53:23 -0000	1.7
  @@ -1 +1 @@
  -SUBDIRS = simple interoptests rpcfault doclitfault
  +SUBDIRS = simple interoptests rpcfault doclitfault testHandler