Add nls when FREE is set

This commit is contained in:
spider%netscape.com 1998-10-08 18:56:27 +00:00
parent 9121928a2b
commit ab0fdca135

View File

@ -10,5 +10,11 @@
GDEPTH = ../..
DEPTH = ../..
DIRS = util network parser core ui shell test
ifeq ($(MOZ_ZULU_FREE), 1)
DIRS += nls
endif
DIRS += util network parser core ui shell test