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/05/27 14:03:04 UTC

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

damitha     2004/05/27 05:03:04

  Modified:    c/samples/client configure.ac Makefile.am
  Log:
  
  
  Revision  Changes    Path
  1.18      +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.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- configure.ac	20 May 2004 08:11:28 -0000	1.17
  +++ configure.ac	27 May 2004 12:03:04 -0000	1.18
  @@ -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)
  +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)
  
  
  
  1.6       +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.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- Makefile.am	20 May 2004 10:31:41 -0000	1.5
  +++ Makefile.am	27 May 2004 12:03:04 -0000	1.6
  @@ -1 +1 @@
  -SUBDIRS = simple interoptests rpcfault
  +SUBDIRS = simple interoptests rpcfault doclitfault