зеркало из https://github.com/mozilla/gecko-dev.git
Modified file so that txmgr only gets built if MOZ_EDITOR is defined. This fixes
build bustage for people who want to build gecko without pulling the editor directory.
This commit is contained in:
Родитель
5acf149a4f
Коммит
4afa49a0be
|
@ -22,10 +22,10 @@ srcdir = @srcdir@
|
|||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DIRS = public txmgr
|
||||
DIRS = public
|
||||
|
||||
ifdef MOZ_EDITOR
|
||||
DIRS += core guimgr
|
||||
DIRS += core guimgr txmgr
|
||||
|
||||
ifdef ENABLE_TESTS
|
||||
DIRS += tests
|
||||
|
|
Загрузка…
Ссылка в новой задаче