more phoenix build forking goo, sr=bryner

git-svn-id: svn://10.0.0.236/trunk@130690 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
hewitt%netscape.com
2002-09-28 22:12:24 +00:00
parent f909bc6a35
commit e919bba149

View File

@@ -46,7 +46,6 @@ REQUIRES = xpcom \
intl \
htmlparser \
chardet \
appcomps \
find \
composer \
editor \
@@ -57,6 +56,12 @@ ifeq ($(OS_ARCH),WINNT)
EXTRA_DSO_LIBS = gkgfx
endif
ifdef MOZ_PHOENIX
REQUIRES += history
else
REQUIRES += appcomps
endif
CPPSRCS = \
nsDocShellModule.cpp \
$(NULL)