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 include $(DEPTH)/config/autoconf.mk
DIRS = base html xml xul xbl xsl DIRS = base html xul
ifdef MOZ_MATHML ifdef MOZ_MATHML
DIRS += mathml DIRS += mathml
@ -36,7 +36,7 @@ ifdef MOZ_SVG
DIRS += svg DIRS += svg
endif endif
DIRS += events build DIRS += build
ifdef ENABLE_TESTS ifdef ENABLE_TESTS
DIRS += html/tests DIRS += html/tests

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

@ -24,17 +24,13 @@ DEPTH=..
DIRS= \ DIRS= \
base \ base \
html \ html \
xml \
xul \ xul \
xbl \
xsl \
!ifdef MOZ_MATHML !ifdef MOZ_MATHML
mathml \ mathml \
!endif !endif
!ifdef MOZ_SVG !ifdef MOZ_SVG
svg \ svg \
!endif !endif
events \
build \ build \
!if !defined(DISABLE_TESTS) !if !defined(DISABLE_TESTS)
html\tests \ html\tests \