From bug 214889 - build libreg if xpinstall or xpcomobsolete, patch by cls r=me

This commit is contained in:
benjamin%smedbergs.us 2006-03-28 18:12:19 +00:00
parent 2271437486
commit 8477358c26

View File

@ -111,8 +111,12 @@ tier_2_dirs = \
xpcom \
$(NULL)
ifneq (,$(MOZ_NO_XPCOM_OBSOLETE)$(MOZ_XPINSTALL))
tier_2_dirs += modules/libreg
endif
ifndef MOZ_NO_XPCOM_OBSOLETE
tier_2_dirs += modules/libreg xpcom/obsolete
tier_2_dirs += xpcom/obsolete
endif
ifdef NS_TRACE_MALLOC