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/03/12 09:54:07 UTC

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

damitha     2004/03/12 00:54:07

  Modified:    c/src/server/apache2 Makefile.am
  Log:
  
  
  Revision  Changes    Path
  1.3       +2 -1      ws-axis/c/src/server/apache2/Makefile.am
  
  Index: Makefile.am
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/server/apache2/Makefile.am,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Makefile.am	29 Jan 2004 08:08:33 -0000	1.2
  +++ Makefile.am	12 Mar 2004 08:54:07 -0000	1.3
  @@ -2,7 +2,8 @@
   AM_CPPFLAGS = -Wshadow -Wall -pedantic -ansi
   libaxiscpp_mod2_la_SOURCES = mod_axis2.c
   
  -libaxiscpp_mod2_la_LIBADD   = ../../common/libcommon.la ../../engine/libengine.la ../../soap/libsoap.la ../../wsdd/libwsdd.la ../../xml/libxml.la -L$(AXISCPP_HOME)/lib/expat -lexpat -ldl -lstdc++
  +libaxiscpp_mod2_la_LIBADD   = ../../common/libcommon.la ../../engine/libengine.la ../../soap/libsoap.la ../../wsdd/libwsdd.la ../../xml/libxml.la -L$(AXISCPP_HOME)/lib/expat -lexpat -lltdl -lstdc++
  +#libaxiscpp_mod2_la_LIBADD   = ../../common/libcommon.la ../../engine/libengine.la ../../soap/libsoap.la ../../wsdd/libwsdd.la ../../xml/libxml.la -L$(AXISCPP_HOME)/lib/expat -lexpat -ldl -lstdc++
   
   
   INCLUDES = -I$(AXISCPP_HOME)/include