diff options
Diffstat (limited to 'svx/Library_textconversiondlgs.mk')
-rwxr-xr-x | svx/Library_textconversiondlgs.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/Library_textconversiondlgs.mk b/svx/Library_textconversiondlgs.mk index 03a457b553..513789f0f5 100755 --- a/svx/Library_textconversiondlgs.mk +++ b/svx/Library_textconversiondlgs.mk @@ -30,8 +30,8 @@ $(eval $(call gb_Library_Library,textconversiondlgs)) $(eval $(call gb_Library_set_componentfile,textconversiondlgs,svx/util/textconversiondlgs)) $(eval $(call gb_Library_set_include,textconversiondlgs,\ - -I$(SRCDIR)/svx/inc \ - -I$(SRCDIR)/svx/inc/pch \ + -I$(realpath $(SRCDIR)/svx/inc) \ + -I$(realpath $(SRCDIR)/svx/inc/pch) \ $$(INCLUDE) \ -I$(OUTDIR)/inc/offuh \ )) |