Changes needed for splitting layout
This commit is contained in:
Родитель
da0411e3a0
Коммит
f22c3a5e8e
|
@ -26,7 +26,7 @@ VPATH = @srcdir@
|
|||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DIRS = base html xml xul xbl xsl
|
||||
DIRS = base html xul
|
||||
|
||||
ifdef MOZ_MATHML
|
||||
DIRS += mathml
|
||||
|
@ -36,7 +36,7 @@ ifdef MOZ_SVG
|
|||
DIRS += svg
|
||||
endif
|
||||
|
||||
DIRS += events build
|
||||
DIRS += build
|
||||
|
||||
ifdef ENABLE_TESTS
|
||||
DIRS += html/tests
|
||||
|
|
|
@ -24,17 +24,13 @@ DEPTH=..
|
|||
DIRS= \
|
||||
base \
|
||||
html \
|
||||
xml \
|
||||
xul \
|
||||
xbl \
|
||||
xsl \
|
||||
!ifdef MOZ_MATHML
|
||||
mathml \
|
||||
!endif
|
||||
!ifdef MOZ_SVG
|
||||
svg \
|
||||
!endif
|
||||
events \
|
||||
build \
|
||||
!if !defined(DISABLE_TESTS)
|
||||
html\tests \
|
||||
|
|
Загрузка…
Ссылка в новой задаче