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:
parent
957fdcf2a3
commit
03f848d886
@ -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*:
|
||||
|
@ -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 =
|
||||
|
Loading…
Reference in New Issue
Block a user