+2006-12-23 Bruno Haible <bruno@clisp.org>
+
+ * gnulib-lib/Makefile.am (AM_CPPFLAGS): Define LIBXML_STATIC.
+ Needed for mingw and cygwin.
+
2006-12-22 Bruno Haible <bruno@clisp.org>
* woe32dll/c++html-styled-ostream.cc: New file.
# Parametrization of the 'relocatable' module.
AM_CPPFLAGS += -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1
+# Parametrization of the 'libxml' module:
+# When building a shared library, don't export the variables
+# xmlMalloc, xmlMallocAtomic, xmlRealloc, xmlFree, xmlMemStrdup.
+if INCLUDED_LIBXML
+AM_CPPFLAGS += -DLIBXML_STATIC
+endif
+
# Rules generated and collected by gnulib-tool.
include Makefile.gnulib