From eed53a508ad7639d83ad2aa1612fe35b8bf0d63e Mon Sep 17 00:00:00 2001 From: "sfraser%netscape.com" Date: Wed, 31 Oct 2001 22:53:36 +0000 Subject: [PATCH] Do the dependency dance. git-svn-id: svn://10.0.0.236/branches/EDITOR_EMBEDDING_20011025_BRANCH@106852 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/embedding/components/build/Makefile.in | 3 +++ mozilla/embedding/components/build/makefile.win | 3 +++ 2 files changed, 6 insertions(+) diff --git a/mozilla/embedding/components/build/Makefile.in b/mozilla/embedding/components/build/Makefile.in index 50ea7e77c25..4addaf2c299 100644 --- a/mozilla/embedding/components/build/Makefile.in +++ b/mozilla/embedding/components/build/Makefile.in @@ -35,9 +35,12 @@ REQUIRES = js \ windowwatcher \ jsconsole \ find \ + commandhandler \ embed_base \ dom \ txtsvc \ + content \ + content_xul \ $(NULL) CPPSRCS = nsModule.cpp diff --git a/mozilla/embedding/components/build/makefile.win b/mozilla/embedding/components/build/makefile.win index 0a5f2268aac..f3b2b2752b5 100644 --- a/mozilla/embedding/components/build/makefile.win +++ b/mozilla/embedding/components/build/makefile.win @@ -27,9 +27,12 @@ REQUIRES = js \ windowwatcher \ jsconsole \ find \ + commandhandler \ embed_base \ dom \ txtsvc \ + content \ + content_xul \ $(NULL) include <$(DEPTH)\config\config.mak>