Backing out my previous changes.

This commit is contained in:
jst%netscape.com 2001-02-19 20:33:57 +00:00
Родитель 5ce9c672bd
Коммит 609a11804c
2 изменённых файлов: 6 добавлений и 2 удалений

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

@ -26,7 +26,7 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
DIRS = base html xul
DIRS = base html xml xul xbl xsl
ifdef MOZ_MATHML
DIRS += mathml
@ -36,7 +36,7 @@ ifdef MOZ_SVG
DIRS += svg
endif
DIRS += build
DIRS += events build
ifdef ENABLE_TESTS
DIRS += html/tests

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

@ -24,13 +24,17 @@ 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 \