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/31 17:06:19 UTC

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

damitha     2004/03/31 07:06:19

  Modified:    c/src/soap Makefile.am
  Log:
  
  
  Revision  Changes    Path
  1.6       +3 -1      ws-axis/c/src/soap/Makefile.am
  
  Index: Makefile.am
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/soap/Makefile.am,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- Makefile.am	12 Jan 2004 12:20:54 -0000	1.5
  +++ Makefile.am	31 Mar 2004 15:06:19 -0000	1.6
  @@ -15,7 +15,9 @@
           SoapSerializer.cpp \
           URIMapping.cpp \
   	SoapKeywordMapping.cpp \
  -	SoapParserExpat.cpp
  +	SoapParserExpat.cpp \
  +	apr_base64.c \
  +	HexCoder.cpp 	
   
   libsoap_la_LIBADD = -L$(AXISCPP_HOME)/lib/expat -lexpat
   INCLUDES = -I$(AXISCPP_HOME)/include