diff options
Diffstat (limited to 'sw/Library_msword.mk')
-rw-r--r-- | sw/Library_msword.mk | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sw/Library_msword.mk b/sw/Library_msword.mk index a05b6932be..35ceb2d1f7 100644 --- a/sw/Library_msword.mk +++ b/sw/Library_msword.mk @@ -30,11 +30,11 @@ $(eval $(call gb_Library_Library,msword)) $(eval $(call gb_Library_set_componentfile,msword,sw/util/msword)) $(eval $(call gb_Library_set_include,msword,\ - -I$(SRCDIR)/sw/source/core/inc \ - -I$(SRCDIR)/sw/source/ui/inc \ - -I$(SRCDIR)/sw/source/filter/inc \ - -I$(SRCDIR)/sw/inc/pch \ - -I$(SRCDIR)/sw/inc \ + -I$(realpath $(SRCDIR)/sw/source/core/inc) \ + -I$(realpath $(SRCDIR)/sw/source/ui/inc) \ + -I$(realpath $(SRCDIR)/sw/source/filter/inc) \ + -I$(realpath $(SRCDIR)/sw/inc/pch) \ + -I$(realpath $(SRCDIR)/sw/inc) \ -I$(WORKDIR)/inc/sw/sdi \ -I$(WORKDIR)/Misc/sw/ \ $$(INCLUDE) \ |