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 da...@apache.org on 2006/03/21 11:15:02 UTC

svn commit: r387475 - in /webservices/axis2/trunk/c/modules/xml: om/Makefile.am soap/Makefile.am

Author: damitha
Date: Tue Mar 21 02:14:59 2006
New Revision: 387475

URL: http://svn.apache.org/viewcvs?rev=387475&view=rev
Log:
Added missing headers to 'make dist'

Modified:
    webservices/axis2/trunk/c/modules/xml/om/Makefile.am
    webservices/axis2/trunk/c/modules/xml/soap/Makefile.am

Modified: webservices/axis2/trunk/c/modules/xml/om/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/xml/om/Makefile.am?rev=387475&r1=387474&r2=387475&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/xml/om/Makefile.am (original)
+++ webservices/axis2/trunk/c/modules/xml/om/Makefile.am Tue Mar 21 02:14:59 2006
@@ -22,3 +22,5 @@
             -I$(top_builddir)/modules/xml/parser \
             -I$(top_builddir)/modules/platforms \
             -I$(top_builddir)/modules/xml/om
+
+EXTRA_DIST=axis2_om_node_internal.h axis2_om_stax_builder_internal.h

Modified: webservices/axis2/trunk/c/modules/xml/soap/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/xml/soap/Makefile.am?rev=387475&r1=387474&r2=387475&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/xml/soap/Makefile.am (original)
+++ webservices/axis2/trunk/c/modules/xml/soap/Makefile.am Tue Mar 21 02:14:59 2006
@@ -22,3 +22,12 @@
             -I$(top_builddir)/modules/util \
             -I$(top_builddir)/modules/platforms \
             -I$(top_builddir)/modules/xml/om
+
+EXTRA_DIST=_axis2_soap_body.h _axis2_soap_fault.h _axis2_soap_fault_code.h \
+		_axis2_soap_fault_reason.h _axis2_soap_fault_value.h \ 
+		_axis2_soap_fault_detail.h _axis2_soap_fault_role.h \
+		 _axis2_soap_header_block.h _axis2_soap_body.h \
+		 _axis2_soap_fault.h _axis2_soap_fault_sub_code.h \
+		_axis2_soap_header.h _axis2_soap_envelope.h \
+		_axis2_soap_fault_node.h _axis2_soap_fault_text.h \
+		axis2_soap11_builder_helper.h axis2_soap12_builder_helper.h