diff options
Diffstat (limited to 'svx/Library_svx.mk')
-rwxr-xr-x | svx/Library_svx.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/Library_svx.mk b/svx/Library_svx.mk index a2346cf19a..99d51ddad1 100755 --- a/svx/Library_svx.mk +++ b/svx/Library_svx.mk @@ -30,9 +30,9 @@ $(eval $(call gb_Library_Library,svx)) $(eval $(call gb_Library_set_componentfile,svx,svx/util/svx)) $(eval $(call gb_Library_set_include,svx,\ - -I$(SRCDIR)/svx/inc \ - -I$(SRCDIR)/svx/source/inc \ - -I$(SRCDIR)/svx/inc/pch \ + -I$(realpath $(SRCDIR)/svx/inc) \ + -I$(realpath $(SRCDIR)/svx/source/inc) \ + -I$(realpath $(SRCDIR)/svx/inc/pch) \ $$(SOLARINC) \ -I$(OUTDIR)/inc/offuh \ )) |