зеркало из https://github.com/mozilla/pjs.git
Fix for Unix build bustage. We only build the editor core code if
MOZ_EDITOR is set, otherwise, we just export the editor interfaces.
This commit is contained in:
Родитель
72f35ab8b5
Коммит
93a702b685
|
@ -22,11 +22,14 @@ srcdir = @srcdir@
|
|||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DIRS = public core
|
||||
DIRS = public
|
||||
|
||||
ifdef MOZ_EDITOR
|
||||
DIRS += core
|
||||
ifdef ENABLE_TESTS
|
||||
DIRS += tests
|
||||
endif
|
||||
endif
|
||||
|
||||
include $(topsrcdir)/config/config.mk
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче