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 da...@apache.org on 2004/06/21 06:44:10 UTC

cvs commit: ws-axis/c/samples/client build.sh

damitha     2004/06/20 21:44:10

  Modified:    c/samples/client build.sh
  Log:
  
  
  Revision  Changes    Path
  1.11      +1 -1      ws-axis/c/samples/client/build.sh
  
  Index: build.sh
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/samples/client/build.sh,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- build.sh	31 May 2004 04:04:29 -0000	1.10
  +++ build.sh	21 Jun 2004 04:44:10 -0000	1.11
  @@ -11,7 +11,7 @@
   automake --add-missing --gnu    &&
   
   echo "./configure --bindir=$AXISCPP_HOME/samples/client/"
  -./configure --bindir=$AXISCPP_HOME/samples/client/
  +./configure --bindir=$AXISCPP_HOME/samples/client/ --libdir=$AXIS_HOME/handlers/
   
   echo "make"
   make 2> sample_client_build_errors