From 30556822430d0176e99488f0aa3fb4db354ad8f5 Mon Sep 17 00:00:00 2001 From: "jdunn%netscape.com" Date: Wed, 31 Mar 1999 23:02:11 +0000 Subject: [PATCH] Add library for linking --- htmlparser/robot/Makefile.in | 2 ++ parser/htmlparser/robot/Makefile.in | 2 ++ 2 files changed, 4 insertions(+) diff --git a/htmlparser/robot/Makefile.in b/htmlparser/robot/Makefile.in index 31800248d93e..66b64555c835 100644 --- a/htmlparser/robot/Makefile.in +++ b/htmlparser/robot/Makefile.in @@ -34,6 +34,8 @@ include $(topsrcdir)/config/config.mk LIBS = \ -lraptorbase \ -lraptorhtmlpars \ + -lexpat \ + -lxmltok \ -lnetlib \ -lgmbase$(MOZ_TOOLKIT) \ -lftpurl \ diff --git a/parser/htmlparser/robot/Makefile.in b/parser/htmlparser/robot/Makefile.in index 31800248d93e..66b64555c835 100644 --- a/parser/htmlparser/robot/Makefile.in +++ b/parser/htmlparser/robot/Makefile.in @@ -34,6 +34,8 @@ include $(topsrcdir)/config/config.mk LIBS = \ -lraptorbase \ -lraptorhtmlpars \ + -lexpat \ + -lxmltok \ -lnetlib \ -lgmbase$(MOZ_TOOLKIT) \ -lftpurl \