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 2003/10/08 12:11:38 UTC

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

damitha     2003/10/08 03:11:38

  Modified:    c/src/common Makefile.am
  Log:
  fixed a small bug
  
  Revision  Changes    Path
  1.9       +1 -1      ws-axis/c/src/common/Makefile.am
  
  Index: Makefile.am
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/common/Makefile.am,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- Makefile.am	6 Oct 2003 12:36:15 -0000	1.8
  +++ Makefile.am	8 Oct 2003 10:11:38 -0000	1.9
  @@ -4,5 +4,5 @@
    BasicTypeSerializer.cpp ArrayBean.cpp AxisTime.cpp \
    GDefine.cpp AxisUtils.cpp AxisTrace.cpp AxisException.cpp AxisConfig.cpp
   
  -libcommon_la_LIBADD = -L$(XERCES_HOME)/lib -lxerces-c -lstdc++
  +libcommon_la_LIBADD = -L$(AXISCPP_HOME)/lib -lxerces-c -lstdc++
   INCLUDES = -I$(AXISCPP_HOME)/include