From 193cea7624b504090691158fabd8eeef2b5b0f2b Mon Sep 17 00:00:00 2001 From: "mcafee%netscape.com" Date: Tue, 16 Feb 1999 01:40:50 +0000 Subject: [PATCH] Fixing libreg breakage git-svn-id: svn://10.0.0.236/trunk@20755 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/htmlparser/robot/Makefile.in | 1 + mozilla/parser/htmlparser/robot/Makefile.in | 1 + 2 files changed, 2 insertions(+) diff --git a/mozilla/htmlparser/robot/Makefile.in b/mozilla/htmlparser/robot/Makefile.in index cce2b28348b..7f854416c06 100644 --- a/mozilla/htmlparser/robot/Makefile.in +++ b/mozilla/htmlparser/robot/Makefile.in @@ -54,6 +54,7 @@ LIBS = \ -lxp \ -ljs \ -lxpcom \ + -lreg \ $(TK_LIBS) \ $(ZLIB_LIBS) \ $(NSPR_LIBS) \ diff --git a/mozilla/parser/htmlparser/robot/Makefile.in b/mozilla/parser/htmlparser/robot/Makefile.in index cce2b28348b..7f854416c06 100644 --- a/mozilla/parser/htmlparser/robot/Makefile.in +++ b/mozilla/parser/htmlparser/robot/Makefile.in @@ -54,6 +54,7 @@ LIBS = \ -lxp \ -ljs \ -lxpcom \ + -lreg \ $(TK_LIBS) \ $(ZLIB_LIBS) \ $(NSPR_LIBS) \