Hi all,
Files modules/xml/attachments/axis2_mime_output.h, axis2_data_handler.h,
axis2_mime_body_part.h and moduloes/xml/om/axis2_om_output_format.h are
not included in tarball created by 'make dist'. A patch is attached.
Please review and apply.
Thanks.
~sanjaya
--
http://sanjaya.8k.com
Index: modules/xml/attachments/Makefile.am
===================================================================
--- modules/xml/attachments/Makefile.am (revision 389022)
+++ modules/xml/attachments/Makefile.am (working copy)
@@ -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
Index: modules/xml/om/Makefile.am
===================================================================
--- modules/xml/om/Makefile.am (revision 389022)
+++ modules/xml/om/Makefile.am (working copy)
@@ -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