summaryrefslogtreecommitdiff
path: root/starmath/Library_sm.mk
diff options
context:
space:
mode:
authordante <dante19031999@gmail.com>2021-03-16 20:21:51 +0100
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-04-21 10:25:26 +0200
commit565bbd2e46e57117eb401344689858c3d749dc5c (patch)
treee12674204be6e0fdaf37cc8a4782a0687f21a512 /starmath/Library_sm.mk
parent3c230b0a440ab4d434c4ddabd6959fb1654b6eff (diff)
Add mathml structures
Change-Id: I8324456b9a6775842f39e984c569c068381dc952 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112593 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'starmath/Library_sm.mk')
-rw-r--r--starmath/Library_sm.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/starmath/Library_sm.mk b/starmath/Library_sm.mk
index 89f9f34c59bf..2e3cc035ec5f 100644
--- a/starmath/Library_sm.mk
+++ b/starmath/Library_sm.mk
@@ -103,6 +103,9 @@ $(eval $(call gb_Library_add_exception_objects,sm,\
starmath/source/mathml/mathmlexport \
starmath/source/mathml/mathmlimport \
starmath/source/mathml/mathmlMo \
+ starmath/source/mathml/attribute \
+ starmath/source/mathml/element \
+ starmath/source/mathml/def \
starmath/source/mathml/starmathdatabase \
))