small fix from Bjorn Reese Daniel

* Makefile.am: small fix from Bjorn Reese
Daniel
This commit is contained in:
Daniel Veillard 2003-10-13 19:47:09 +00:00
parent 0cc7277706
commit 903cd385c3
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Mon Oct 13 21:46:25 CEST 2003 Daniel Veillard <daniel@veillard.com>
* Makefile.am: small fix from Bjorn Reese
Mon Oct 13 15:59:25 CEST 2003 Daniel Veillard <daniel@veillard.com>
* valid.c: fix a call missing arguments

View File

@ -27,7 +27,7 @@ libxml2_la_SOURCES = SAX.c entities.c encoding.c error.c parserInternals.c \
catalog.c globals.c threads.c c14n.c \
xmlregexp.c xmlschemas.c xmlschemastypes.c xmlunicode.c \
triostr.c trio.c xmlreader.c relaxng.c dict.c SAX2.c \
legacy.c walker.c chvalid.c
legacy.c xmldwalk.c chvalid.c
else
libxml2_la_SOURCES = SAX.c entities.c encoding.c error.c parserInternals.c \
parser.c tree.c hash.c list.c xmlIO.c xmlmemory.c uri.c \