зеркало из https://github.com/mozilla/pjs.git
Thunderbird doesn't care about satchel, autocomplete, session history, etc. So don't build them.
We may move this stuff to browser or add flags to the build to make it easy to skip them.
This commit is contained in:
Родитель
19be735486
Коммит
82a03aa70e
|
@ -5,6 +5,11 @@ VPATH = @srcdir@
|
|||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
ifdef MOZ_THUNDERBIRD
|
||||
DIRS = console
|
||||
else
|
||||
DIRS = autocomplete console filepicker history satchel viewsource build
|
||||
endif
|
||||
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
|
Загрузка…
Ссылка в новой задаче