[MathML] Update MathML hooks

git-svn-id: svn://10.0.0.236/trunk@50524 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rbs%maths.uq.edu.au 1999-10-13 00:33:17 +00:00
parent fcb9e9bf51
commit 410ce267d5
2 changed files with 7 additions and 5 deletions

View File

@ -22,11 +22,13 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
DIRS = base html xml xul events build
DIRS = base html xml xul
ifdef MOZ_MATHML
DIRS += mathml
DIRS += mathml
endif
DIRS += events build
include $(topsrcdir)/config/rules.mk

View File

@ -17,13 +17,13 @@
DEPTH=..
DIRS=base html xml xul events build \
DIRS=base html xml xul \
!if defined(MOZ_XSL)
xsl \
xsl \
!endif
!ifdef MOZ_MATHML
mathml \
!endif
events build
include <$(DEPTH)\config\rules.mak>