Fix MOZ_TRACK_MODULE_DEPS (senna tinderbox) bustage by adding windowwatcher to REQUIRES.

This commit is contained in:
dbaron%fas.harvard.edu 2001-04-17 01:54:05 +00:00
parent 2664b017e0
commit bda96c8b36
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = webbrwsr
EXTRA_DSO_LIBS = jsdom
REQUIRES = xpcom string docshell dom widget layout locale necko uriloader shistory timer gfx2
REQUIRES = xpcom string docshell dom widget layout locale necko uriloader shistory timer gfx2 windowwatcher
CPPSRCS = \
nsWebBrowserModule.cpp \

View File

@ -26,7 +26,7 @@ VPATH = @srcdir@
MODULE = webbrwsr
XPIDL_MODULE = webBrowser_core
LIBRARY_NAME = nsWebBrowser_s
REQUIRES = xpcom string docshell widget layout dom js locale necko uriloader shistory webshell mimetype exthandler timer windowwatcher txtsvc gfx2 wallet
REQUIRES = xpcom string docshell widget layout dom js locale necko uriloader shistory webshell mimetype exthandler timer windowwatcher txtsvc gfx2 wallet windowwatcher
include $(DEPTH)/config/autoconf.mk