From fbd9ebf1147e9e93822322d97c13d8c2ea356325 Mon Sep 17 00:00:00 2001 From: "dp%netscape.com" Date: Wed, 10 Feb 1999 02:01:50 +0000 Subject: [PATCH] Adding libreg as xpcom depends on it git-svn-id: svn://10.0.0.236/trunk@20208 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/editor/txmgr/tests/Makefile.in | 1 + mozilla/htmlparser/tests/logparse/Makefile.in | 1 + mozilla/intl/strres/tests/Makefile.in | 1 + mozilla/layout/base/tests/Makefile.in | 1 + mozilla/layout/html/tests/Makefile.in | 1 + mozilla/network/module/tests/Makefile.in | 2 +- mozilla/parser/htmlparser/tests/logparse/Makefile.in | 1 + mozilla/rdf/tests/localfile/Makefile.in | 1 + mozilla/rdf/tests/rdfsink/Makefile.in | 1 + mozilla/widget/tests/scribble/Makefile.in | 3 +-- mozilla/widget/tests/widget/Makefile.in | 1 + mozilla/xpcom/tests/Makefile.in | 1 + 12 files changed, 12 insertions(+), 3 deletions(-) diff --git a/mozilla/editor/txmgr/tests/Makefile.in b/mozilla/editor/txmgr/tests/Makefile.in index f640d7fe70e..f3bd03f3771 100644 --- a/mozilla/editor/txmgr/tests/Makefile.in +++ b/mozilla/editor/txmgr/tests/Makefile.in @@ -28,6 +28,7 @@ INCLUDES += -I$(DIST)/include LIBS = \ -lraptorbase \ -lxpcom \ + -lreg \ $(NSPR_LIBS) \ $(NULL) diff --git a/mozilla/htmlparser/tests/logparse/Makefile.in b/mozilla/htmlparser/tests/logparse/Makefile.in index 19dfd9f3ddb..00237c88989 100644 --- a/mozilla/htmlparser/tests/logparse/Makefile.in +++ b/mozilla/htmlparser/tests/logparse/Makefile.in @@ -34,6 +34,7 @@ LIBS = \ -lraptorhtmlpars \ -lraptorbase \ -lxpcom \ + -lreg \ $(NSPR_LIBS) \ $(NULL) diff --git a/mozilla/intl/strres/tests/Makefile.in b/mozilla/intl/strres/tests/Makefile.in index a799fe21863..1ff70338832 100644 --- a/mozilla/intl/strres/tests/Makefile.in +++ b/mozilla/intl/strres/tests/Makefile.in @@ -46,6 +46,7 @@ LIBS = \ -lxp \ -lraptorbase \ -lxpcom \ + -lreg \ $(ZLIB_LIBS) \ $(NSPR_LIBS) \ $(NULL) diff --git a/mozilla/layout/base/tests/Makefile.in b/mozilla/layout/base/tests/Makefile.in index a6dc38d7f35..72e64c591da 100644 --- a/mozilla/layout/base/tests/Makefile.in +++ b/mozilla/layout/base/tests/Makefile.in @@ -55,6 +55,7 @@ LIBS = \ $(JPEG_LIBS) \ -ljs \ -lxpcom \ + -lreg \ -lxp \ $(ZLIB_LIBS) \ $(TK_LIBS) \ diff --git a/mozilla/layout/html/tests/Makefile.in b/mozilla/layout/html/tests/Makefile.in index f014ac2762c..0bebb2c59f3 100644 --- a/mozilla/layout/html/tests/Makefile.in +++ b/mozilla/layout/html/tests/Makefile.in @@ -62,6 +62,7 @@ LIBS = \ -lsecfree \ -ljs \ -lxpcom \ + -lreg \ -lxp \ $(ZLIB_LIBS) \ $(NSPR_LIBS) \ diff --git a/mozilla/network/module/tests/Makefile.in b/mozilla/network/module/tests/Makefile.in index 3cab24a4248..2269ce1af6b 100644 --- a/mozilla/network/module/tests/Makefile.in +++ b/mozilla/network/module/tests/Makefile.in @@ -30,7 +30,7 @@ CPPSRCS = \ LOCAL_INCLUDES := -I$(srcdir)/../src -REQUIRES = raptor netlib xpcom pref +REQUIRES = raptor netlib xpcom reg pref LIBS = \ -labouturl \ diff --git a/mozilla/parser/htmlparser/tests/logparse/Makefile.in b/mozilla/parser/htmlparser/tests/logparse/Makefile.in index 19dfd9f3ddb..00237c88989 100644 --- a/mozilla/parser/htmlparser/tests/logparse/Makefile.in +++ b/mozilla/parser/htmlparser/tests/logparse/Makefile.in @@ -34,6 +34,7 @@ LIBS = \ -lraptorhtmlpars \ -lraptorbase \ -lxpcom \ + -lreg \ $(NSPR_LIBS) \ $(NULL) diff --git a/mozilla/rdf/tests/localfile/Makefile.in b/mozilla/rdf/tests/localfile/Makefile.in index 247f58beeef..63c82d4c696 100644 --- a/mozilla/rdf/tests/localfile/Makefile.in +++ b/mozilla/rdf/tests/localfile/Makefile.in @@ -31,6 +31,7 @@ REQUIRES = LIBS = \ -lxpcom \ -lraptorbase \ + -lreg \ $(NSPR_LIBS) \ $(NULL) diff --git a/mozilla/rdf/tests/rdfsink/Makefile.in b/mozilla/rdf/tests/rdfsink/Makefile.in index ce4d4fbd027..102363313a3 100644 --- a/mozilla/rdf/tests/rdfsink/Makefile.in +++ b/mozilla/rdf/tests/rdfsink/Makefile.in @@ -30,6 +30,7 @@ REQUIRES = LIBS = \ -lxpcom \ + -lreg \ $(NSPR_LIBS) \ $(NULL) diff --git a/mozilla/widget/tests/scribble/Makefile.in b/mozilla/widget/tests/scribble/Makefile.in index 685943bcfed..4797e9340be 100644 --- a/mozilla/widget/tests/scribble/Makefile.in +++ b/mozilla/widget/tests/scribble/Makefile.in @@ -57,7 +57,6 @@ LIBS := \ $(TOOLKIT_BASE_LIB) \ -lraptorhtmlpars \ -lraptorview \ - -lreg \ -labouturl \ -lfileurl \ -lftpurl \ @@ -79,7 +78,6 @@ LIBS := \ -lnetwork \ -lpwcac \ -lraptorwebwidget \ - -lreg \ -lremoturl \ -lsecfree \ -ltestdynamic \ @@ -89,6 +87,7 @@ LIBS := \ -lmozutil \ -lxp \ -lxpcom \ + -lreg \ $(ZLIB_LIBS) \ -lraptorplugin \ -lmozdbm \ diff --git a/mozilla/widget/tests/widget/Makefile.in b/mozilla/widget/tests/widget/Makefile.in index 7de07f05a6c..4edcf196580 100644 --- a/mozilla/widget/tests/widget/Makefile.in +++ b/mozilla/widget/tests/widget/Makefile.in @@ -64,6 +64,7 @@ LIBS := \ $(JPEG_LIBS) \ -lraptorbase \ -lxpcom \ + -lreg \ -ljs \ -lwidget$(MOZ_TOOLKIT) \ -lxp \ diff --git a/mozilla/xpcom/tests/Makefile.in b/mozilla/xpcom/tests/Makefile.in index 926d2f218b3..2c48d0b1d81 100644 --- a/mozilla/xpcom/tests/Makefile.in +++ b/mozilla/xpcom/tests/Makefile.in @@ -71,6 +71,7 @@ LIBS = \ -lraptorbase \ -lxp \ -lxpcom \ + -lreg \ -ljsurl \ -lmozdbm \ -lpwcac \