From bug 229285, Don't build the fat chrome registry when --disable-xul is specified, build minimo/chromelite registry instead. Suggested by dbaron, r=bryner

This commit is contained in:
bsmedberg%covad.net 2004-01-17 00:20:00 +00:00
parent da0910f617
commit c09d845f81
3 changed files with 4 additions and 2 deletions

View File

@ -253,7 +253,7 @@ ifdef MOZ_XUL_APP
tier_50_dirs += toolkit
endif
ifdef MINIMO
ifndef MOZ_XUL
tier_9_dirs += embedding/minimo
endif

View File

@ -1515,7 +1515,7 @@ if test -n "$MOZ_PROFILESHARING"; then
add_makefiles "$MAKEFILES_profilesharingsetup"
fi
if test -n "$MINIMO"; then
if test -z "$MOZ_XUL"; then
add_makefiles "$MAKEFILES_minimo"
fi

View File

@ -29,9 +29,11 @@ include $(DEPTH)/config/autoconf.mk
MODULE = rdf
DIRS = base util datasource resources build
ifdef MOZ_XUL
ifndef MOZ_XUL_APP
DIRS += chrome
endif
endif
ifdef ENABLE_TESTS
DIRS += tests