You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by sa...@apache.org on 2004/10/04 09:25:11 UTC

cvs commit: ws-axis/c/src/transport Makefile.am

samisa      2004/10/04 00:25:11

  Modified:    c        configure.ac
               c/src/transport Makefile.am
  Log:
  Included axis2 transport in default gnu build.
  
  Revision  Changes    Path
  1.53      +1 -0      ws-axis/c/configure.ac
  
  Index: configure.ac
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/configure.ac,v
  retrieving revision 1.52
  retrieving revision 1.53
  diff -u -r1.52 -r1.53
  --- configure.ac	15 Sep 2004 06:11:51 -0000	1.52
  +++ configure.ac	4 Oct 2004 07:25:11 -0000	1.53
  @@ -207,6 +207,7 @@
       src/xml/Makefile \
       src/transport/Makefile \
       src/transport/axis/Makefile \
  +    src/transport/axis2/Makefile \
       src/transport/libwww/Makefile \
       src/engine/Makefile \
       src/engine/server/Makefile \
  
  
  
  1.6       +1 -1      ws-axis/c/src/transport/Makefile.am
  
  Index: Makefile.am
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/transport/Makefile.am,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- Makefile.am	28 Jul 2004 11:16:45 -0000	1.5
  +++ Makefile.am	4 Oct 2004 07:25:11 -0000	1.6
  @@ -1 +1 @@
  -SUBDIRS = axis @LIBWWWBUILD@
  +SUBDIRS = axis axis2 @LIBWWWBUILD@