From b5099bad79a9472b0aaf02386006056d9bd77e9d Mon Sep 17 00:00:00 2001 From: "dbaron%fas.harvard.edu" Date: Sat, 7 Apr 2001 04:56:29 +0000 Subject: [PATCH] Fix MOZ_TRACK_MODULE_DEPS (senna tinderbox) bustage by adding new header file dependencies to REQUIRES. --- embedding/components/windowwatcher/src/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/embedding/components/windowwatcher/src/Makefile.in b/embedding/components/windowwatcher/src/Makefile.in index 3ce4e466e803..b661abf1e02e 100644 --- a/embedding/components/windowwatcher/src/Makefile.in +++ b/embedding/components/windowwatcher/src/Makefile.in @@ -26,7 +26,7 @@ include $(DEPTH)/config/autoconf.mk MODULE = embedcomponents LIBRARY_NAME = windowwatcher_s -REQUIRES = xpcom string dom windowwatcher widget js xpconnect caps layout uriloader necko docshell locale webbrwsr embed_base gfx2 wallet +REQUIRES = xpcom string dom windowwatcher widget js xpconnect caps layout uriloader necko docshell locale webbrwsr embed_base gfx2 wallet intl appshell CPPSRCS = nsPrompt.cpp \ nsPromptService.cpp \