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>