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
diff --git a/ChangeLog b/ChangeLog
index ff07a2f..b04c9da 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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*:
diff --git a/Makefile.am b/Makefile.am
index 118d08d..db8549b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -62,7 +62,7 @@
 xmlcatalog_SOURCES=xmlcatalog.c
 xmlcatalog_LDFLAGS = 
 xmlcatalog_DEPENDENCIES = $(DEPS)
-xmlcatalog_LDADD= $(LDADDS)
+xmlcatalog_LDADD= @RDL_LIBS@ $(LDADDS)
 
 testXPath_SOURCES=testXPath.c
 testXPath_LDFLAGS =