make sure the OOM code don't get in the way of the builds automatic update

* Makefile.am doc/apibuild.py: make sure the OOM code don't
  get in the way of the builds
* doc/libxml2-api.xml python/libxml2class.txt: automatic update
Daniel
diff --git a/Makefile.am b/Makefile.am
index 7242f99..2f74951 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -116,10 +116,10 @@
 testReader_DEPENDENCIES = $(DEPS)
 testReader_LDADD= $(LDADDS)
 
-testOOM_SOURCES=testOOM.c testOOMlib.h testOOMlib.c
-testOOM_LDFLAGS = 
-testOOM_DEPENDENCIES = $(DEPS)
-testOOM_LDADD= $(LDADDS)
+#testOOM_SOURCES=testOOM.c testOOMlib.h testOOMlib.c
+#testOOM_LDFLAGS = 
+#testOOM_DEPENDENCIES = $(DEPS)
+#testOOM_LDADD= $(LDADDS)
 
 check-local: tests