Add flags to selectively build subdirectories.

This commit is contained in:
tao%netscape.com 1999-10-06 00:03:37 +00:00
Родитель 9921bae8b8
Коммит f9da3dc01d
1 изменённых файлов: 7 добавлений и 1 удалений

Просмотреть файл

@ -22,6 +22,12 @@ srcdir = @srcdir@
include $(DEPTH)/config/autoconf.mk
DIRS = lang
ifdef MOZ_L10N_TOOLS
DIRS += tools
endif
ifdef MOZ_L10N_LANG
DIRS += lang
endif
include $(topsrcdir)/config/rules.mk