From 309e5c90c573079a214a7b2213277a4aef88a1f9 Mon Sep 17 00:00:00 2001 From: "alecf%netscape.com" Date: Wed, 26 May 1999 07:52:14 +0000 Subject: [PATCH] fix bustage by adding the right libraries --- htmlparser/robot/Makefile.in | 5 +++++ parser/htmlparser/robot/Makefile.in | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/htmlparser/robot/Makefile.in b/htmlparser/robot/Makefile.in index 3004220ec2d..93d7578768f 100644 --- a/htmlparser/robot/Makefile.in +++ b/htmlparser/robot/Makefile.in @@ -52,6 +52,11 @@ LIBS = \ -lpref \ -lxp \ -l$(MOZ_LIB_JS_PREFIX)js \ + -lgfxgtk \ + -lraptorgfx \ + -lgfxps \ + -limg \ + -lmozutil \ -lxpcom \ -lreg \ $(TK_LIBS) \ diff --git a/parser/htmlparser/robot/Makefile.in b/parser/htmlparser/robot/Makefile.in index 3004220ec2d..93d7578768f 100644 --- a/parser/htmlparser/robot/Makefile.in +++ b/parser/htmlparser/robot/Makefile.in @@ -52,6 +52,11 @@ LIBS = \ -lpref \ -lxp \ -l$(MOZ_LIB_JS_PREFIX)js \ + -lgfxgtk \ + -lraptorgfx \ + -lgfxps \ + -limg \ + -lmozutil \ -lxpcom \ -lreg \ $(TK_LIBS) \