fixing phoenix build bustage

git-svn-id: svn://10.0.0.236/trunk@130680 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
hewitt%netscape.com
2002-09-28 21:03:44 +00:00
parent f319245b5e
commit cbcc33daeb

View File

@@ -63,6 +63,12 @@ REQUIRES = xpcom \
editor \
$(NULL)
ifdef MOZ_PHOENIX
REQUIRES += history
else
REQUIRES += appcomps
endif
XPIDLSRCS = \
nsCDocShell.idl \
nsCDefaultURIFixup.idl \