mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
[MathML] Additional missing hooks
This commit is contained in:
parent
d3653d18a2
commit
28c122e4d4
@ -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
|
||||
|
||||
|
@ -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) \
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user