зеркало из https://github.com/mozilla/pjs.git
Add flags to selectively build subdirectories.
This commit is contained in:
Родитель
9921bae8b8
Коммит
f9da3dc01d
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче