From 565bbd2e46e57117eb401344689858c3d749dc5c Mon Sep 17 00:00:00 2001 From: dante Date: Tue, 16 Mar 2021 20:21:51 +0100 Subject: Add mathml structures Change-Id: I8324456b9a6775842f39e984c569c068381dc952 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112593 Tested-by: Jenkins Reviewed-by: Noel Grandin --- starmath/Library_sm.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'starmath/Library_sm.mk') 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 \ )) -- cgit