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 2006/03/27 07:51:37 UTC

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

Author: damitha
Date: Sun Mar 26 21:51:37 2006
New Revision: 389024

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

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

Modified: webservices/axis2/trunk/c/modules/xml/attachments/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/xml/attachments/Makefile.am?rev=389024&r1=389023&r2=389024&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/xml/attachments/Makefile.am (original)
+++ webservices/axis2/trunk/c/modules/xml/attachments/Makefile.am Sun Mar 26 21:51:37 2006
@@ -10,3 +10,5 @@
             -I$(top_builddir)/modules/util \
             -I$(top_builddir)/modules/xml/parser \
             -I$(top_builddir)/modules/platforms
+
+EXTRA_DIST = axis2_data_handler.h axis2_mime_body_part.h axis2_mime_output.h

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=389024&r1=389023&r2=389024&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/xml/om/Makefile.am (original)
+++ webservices/axis2/trunk/c/modules/xml/om/Makefile.am Sun Mar 26 21:51:37 2006
@@ -26,4 +26,4 @@
             -I$(top_builddir)/modules/xml/om\
             -I$(top_builddir)/modules/xml/attachments
 
-EXTRA_DIST=axis2_om_node_internal.h axis2_om_stax_builder_internal.h
+EXTRA_DIST=axis2_om_node_internal.h axis2_om_stax_builder_internal.h axis2_om_output_format.h