Hi all,
There is a whitespace charactor in modules/xml/om/src/Makefile.am after a "\".
As a result Makefile.in and Makefile doesn't get generated properlly. Attached
patch fixed that problem.
Please apply.
Sanjaya
Index: modules/xml/om/src/Makefile.am
===================================================================
--- modules/xml/om/src/Makefile.am (revision 356995)
+++ modules/xml/om/src/Makefile.am (working copy)
@@ -10,7 +10,7 @@
axis2_om_doctype.c \
axis2_om_namespace.c \
axis2_om_processing_instruction.c \
- axis2_om_stax_builder.c \
+ axis2_om_stax_builder.c \
axis2_om_children_iterator.c \
axis2_om_children_qname_iterator.c