From 1a7881f9150854d13a8bad0e4b77b453bead92d4 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 git-svn-id: svn://10.0.0.236/trunk@25758 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/htmlparser/robot/Makefile.in | 2 ++ mozilla/parser/htmlparser/robot/Makefile.in | 2 ++ 2 files changed, 4 insertions(+) diff --git a/mozilla/htmlparser/robot/Makefile.in b/mozilla/htmlparser/robot/Makefile.in index 31800248d93..66b64555c83 100644 --- a/mozilla/htmlparser/robot/Makefile.in +++ b/mozilla/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/mozilla/parser/htmlparser/robot/Makefile.in b/mozilla/parser/htmlparser/robot/Makefile.in index 31800248d93..66b64555c83 100644 --- a/mozilla/parser/htmlparser/robot/Makefile.in +++ b/mozilla/parser/htmlparser/robot/Makefile.in @@ -34,6 +34,8 @@ include $(topsrcdir)/config/config.mk LIBS = \ -lraptorbase \ -lraptorhtmlpars \ + -lexpat \ + -lxmltok \ -lnetlib \ -lgmbase$(MOZ_TOOLKIT) \ -lftpurl \