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/09/11 16:38:32 UTC

cvs commit: xml-axis/c/src/engine Makefile.am

damitha     2003/09/11 07:38:32

  Modified:    c/src/engine Makefile.am
  Log:
  log:added entry for ServerAxisEngine.cpp
  
  Revision  Changes    Path
  1.4       +2 -1      xml-axis/c/src/engine/Makefile.am
  
  Index: Makefile.am
  ===================================================================
  RCS file: /home/cvs/xml-axis/c/src/engine/Makefile.am,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Makefile.am	1 Sep 2003 13:44:39 -0000	1.3
  +++ Makefile.am	11 Sep 2003 14:38:32 -0000	1.4
  @@ -10,7 +10,8 @@
   		RequestScopeHandlerPool.cpp \
   		SerializerPool.cpp \
   		SessionScopeHandlerPool.cpp \
  +		ServerAxisEngine.cpp \
   		SharedObject.cpp
   
  -libengine_la_LIBADD = -L$(AXISCPP_HOME)/lib/xerces-c -lxerces-c
  +libengine_la_LIBADD = -L$(AXISCPP_HOME)/lib/xerces-c -lxerces-c -lstdc++
   INCLUDES = -I$(AXISCPP_HOME)/include