1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-12-25 23:21:26 +03:00

Weiqi Gao pointed out that xmlcatalog migh need the history libraries

* Makefile.am: Weiqi Gao pointed out that xmlcatalog
  migh need the history libraries
Daniel
This commit is contained in:
Daniel Veillard 2001-11-07 12:53:46 +00:00
parent 957fdcf2a3
commit 03f848d886
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
Wed Nov 7 13:52:36 CET 2001 Daniel Veillard <daniel@veillard.com>
* Makefile.am: Weiqi Gao pointed out that xmlcatalog
migh need the history libraries
Tue Nov 6 23:49:09 CET 2001 Daniel Veillard <daniel@veillard.com>
* HTMLparser.c test/HTML/lt.html result/HTML/lt.html*:

View File

@ -62,7 +62,7 @@ testDocbook_LDADD= $(LDADDS)
xmlcatalog_SOURCES=xmlcatalog.c
xmlcatalog_LDFLAGS =
xmlcatalog_DEPENDENCIES = $(DEPS)
xmlcatalog_LDADD= $(LDADDS)
xmlcatalog_LDADD= @RDL_LIBS@ $(LDADDS)
testXPath_SOURCES=testXPath.c
testXPath_LDFLAGS =