You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by ro...@apache.org on 2005/01/04 10:49:01 UTC

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

roshan      2005/01/04 01:49:01

  Modified:    c/src/soap Makefile.am
  Log:
  Added the new files, which are to support Attachments
  
  Revision  Changes    Path
  1.11      +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.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- Makefile.am	27 Jul 2004 03:31:17 -0000	1.10
  +++ Makefile.am	4 Jan 2005 09:49:01 -0000	1.11
  @@ -17,7 +17,9 @@
   	SoapKeywordMapping.cpp \
   	apr_base64.c \
   	HexCoder.cpp \
  -        AxisSoapException.cpp
  +        AxisSoapException.cpp \
  +	SoapAttachment.cpp \
  +	SoapAttachementHeaders.cpp
   
   libsoap_la_LIBADD = $(LDFLAGS)
   INCLUDES = -I../../include