зеркало из https://github.com/mozilla/gecko-dev.git
include config.mk before we check for DOM.
This commit is contained in:
Родитель
125493c236
Коммит
ebd161e00a
|
@ -20,6 +20,8 @@ DEPTH = ../..
|
|||
MODULE = lay
|
||||
LIBRARY_NAME = lay
|
||||
|
||||
include $(DEPTH)/config/config.mk
|
||||
|
||||
EXPORTS = laylayer.h layout.h lo_funcs.h
|
||||
|
||||
# XXX Perignon hack
|
||||
|
@ -71,8 +73,6 @@ ifdef DOM
|
|||
REQUIRES += dom
|
||||
endif
|
||||
|
||||
include $(DEPTH)/config/config.mk
|
||||
|
||||
ifdef MOZ_EDITOR
|
||||
CSRCS += layedit.c \
|
||||
$(NULL)
|
||||
|
|
Загрузка…
Ссылка в новой задаче