aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2002-05-23 11:55:49 +0000
committerDaniel Veillard <veillard@src.gnome.org>2002-05-23 11:55:49 +0000
commit49d5af8c0fd16d697f8774724be883def42d3fc5 (patch)
treee0537a524116d4e935640a454543cb7ea4a317fb
parent7c13af4d2d0cc4643774daf1d8a4f0820142a2ff (diff)
downloadandroid_external_libxml2-49d5af8c0fd16d697f8774724be883def42d3fc5.tar.gz
android_external_libxml2-49d5af8c0fd16d697f8774724be883def42d3fc5.tar.bz2
android_external_libxml2-49d5af8c0fd16d697f8774724be883def42d3fc5.zip
Merijn Broeren pointed out a problem when compiling with trio and schemas.
* Makefile.am: Merijn Broeren pointed out a problem when compiling with trio and schemas. Daniel
-rw-r--r--ChangeLog5
-rw-r--r--Makefile.am2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6fb19df2..1dd094a6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu May 23 13:55:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
+
+ * Makefile.am: Merijn Broeren pointed out a problem when compiling
+ with trio and schemas.
+
Wed May 22 11:57:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
* xpath.c: patch from Richard Jinks to fix the problem raised in
diff --git a/Makefile.am b/Makefile.am
index b507fa2c..96855409 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -23,7 +23,7 @@ libxml2_la_SOURCES = SAX.c entities.c encoding.c error.c parserInternals.c \
valid.c xlink.c HTMLparser.c HTMLtree.c debugXML.c xpath.c \
xpointer.c xinclude.c nanohttp.c nanoftp.c DOCBparser.c \
catalog.c globals.c threads.c c14n.c \
- xmlregexp.c xmlschemas.c schemastypes.c xmlunicode.c \
+ xmlregexp.c xmlschemas.c xmlschemastypes.c xmlunicode.c \
triostr.c trio.c
else
libxml2_la_SOURCES = SAX.c entities.c encoding.c error.c parserInternals.c \