summaryrefslogtreecommitdiff
path: root/starmath/Library_sm.mk
diff options
context:
space:
mode:
authordante <dante19031999@gmail.com>2021-01-19 13:01:58 +0100
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-01-22 13:47:40 +0100
commite32075d09e1407cebe0f2247868294d5eb4583f4 (patch)
tree204e018ed6d2e8ef53ad6b315c32a50269df9dc9 /starmath/Library_sm.mk
parent6220d619b42b18cca7280174daed56aad5c82fce (diff)
Relocate mathml
Change-Id: I0eb512980261629827b411ab3009b48c1fe6075c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109629 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.mk14
1 files changed, 7 insertions, 7 deletions
diff --git a/starmath/Library_sm.mk b/starmath/Library_sm.mk
index 88d33465ceaa..1ccbf48896f7 100644
--- a/starmath/Library_sm.mk
+++ b/starmath/Library_sm.mk
@@ -17,7 +17,7 @@ $(eval $(call gb_Library_set_precompiled_header,sm,starmath/inc/pch/precompiled_
$(eval $(call gb_Library_set_include,sm,\
-I$(SRCDIR)/starmath/inc \
- -I$(SRCDIR)/starmath/mathml/inc \
+ -I$(SRCDIR)/starmath/inc/mathml \
-I$(WORKDIR)/SdiTarget/starmath/sdi \
$$(INCLUDE) \
))
@@ -96,12 +96,12 @@ $(eval $(call gb_Library_add_exception_objects,sm,\
starmath/source/view \
starmath/source/visitors \
starmath/source/wordexportbase \
- starmath/mathml/source/xparsmlbase \
- starmath/mathml/source/mathmlattr \
- starmath/mathml/source/mathmlexport \
- starmath/mathml/source/mathmlimport \
- starmath/mathml/source/mathmlMo \
- starmath/mathml/source/starmathdatabase \
+ starmath/source/mathml/xparsmlbase \
+ starmath/source/mathml/mathmlattr \
+ starmath/source/mathml/mathmlexport \
+ starmath/source/mathml/mathmlimport \
+ starmath/source/mathml/mathmlMo \
+ starmath/source/mathml/starmathdatabase \
))