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 ro...@apache.org on 2004/04/07 10:28:33 UTC

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

roshan      2004/04/07 01:28:33

  Modified:    c/samples/client configure.ac
  Log:
  Fixed the LDFLAGS to point to the libraries used. This change doesn't effect the code.
  
  Revision  Changes    Path
  1.11      +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.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- configure.ac	7 Apr 2004 06:00:24 -0000	1.10
  +++ configure.ac	7 Apr 2004 08:28:33 -0000	1.11
  @@ -3,7 +3,7 @@
   AM_CONFIG_HEADER(config.h)
   CFLAGS="-Wshadow -Wall -pedantic -ansi"
   CPPFLAGS="-Wshadow -Wall -pedantic -ansi"
  -LDFLAGS="-s -L$AXISCPP_HOME/lib/expat  -L$AXISCPP_HOME/bin -laxiscpp_client -lexpat -lltdl -lssl -lstdc++"
  +LDFLAGS="-s -L$AXISCPP_HOME/bin -laxiscpp_client -L$EXPAT_HOME/lib -lexpat -lltdl -lssl -lstdc++"
   AC_PROG_CC
   AC_PROG_CXX
   AC_PROG_INSTALL