diff --git a/mozilla/docshell/base/Makefile.in b/mozilla/docshell/base/Makefile.in index 4ff0b362459..d482ab294ff 100644 --- a/mozilla/docshell/base/Makefile.in +++ b/mozilla/docshell/base/Makefile.in @@ -63,6 +63,12 @@ REQUIRES = xpcom \ editor \ $(NULL) +ifdef MOZ_PHOENIX +REQUIRES += history +else +REQUIRES += appcomps +endif + XPIDLSRCS = \ nsCDocShell.idl \ nsCDefaultURIFixup.idl \