[MathML] Additional missing hooks

This commit is contained in:
rbs%maths.uq.edu.au 1999-10-12 04:47:55 +00:00
parent d3653d18a2
commit 28c122e4d4
3 changed files with 14 additions and 0 deletions

View File

@ -24,5 +24,9 @@ include $(DEPTH)/config/autoconf.mk
DIRS = base html xml xul events build
ifdef MOZ_MATHML
DIRS += mathml
endif
include $(topsrcdir)/config/rules.mk

View File

@ -56,6 +56,13 @@ SHARED_LIBRARY_LIBS = \
$(DIST)/lib/libraptorlayout_s.a \
$(NULL)
ifdef MOZ_MATHML
SHARED_LIBRARY_LIBS += \
$(DIST)/lib/libraptormathmlcontent_s.a \
$(DIST)/lib/libraptormathmlbase_s.a \
$(NSNULL)
endif
EXTRA_DSO_LDOPTS = \
$(MKSHLIB_FORCE_ALL) \
$(SHARED_LIBRARY_LIBS) \

View File

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