Changes needed for splitting layout

This commit is contained in:
jst%netscape.com 2001-02-19 18:44:32 +00:00
Родитель a7ec7bfda5
Коммит eabf6dfc1a
2 изменённых файлов: 2 добавлений и 6 удалений

Просмотреть файл

@ -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 \