Hi all,

'make dist' is looking for an "axis2_property.h" in modules/util/, which doesn't exist. Attached patch fixes that. Please review and apply.

Thanks.

~sanjaya

--
http://sanjaya.8k.com
Index: modules/util/Makefile.am
===================================================================
--- modules/util/Makefile.am    (revision 384696)
+++ modules/util/Makefile.am    (working copy)
@@ -37,4 +37,4 @@
             -I$(top_builddir)/modules/util \
             -I$(top_builddir)/modules/platforms
 
-EXTRA_DIST= axis2_file.h axis2_hash.h axis2_file_diff.h axis2_utils.h 
axis2_property.h
+EXTRA_DIST= axis2_file.h axis2_hash.h axis2_file_diff.h axis2_utils.h

Reply via email to