diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-03-18 11:55:31 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-03-18 12:14:05 +0200 |
commit | c378eb15297ba53867689687cbc75350abd147e5 (patch) | |
tree | 173024adafd8fe5ce1eeb99c793223a378f66426 /svx/Library_svx.mk | |
parent | 728d54897e6eb758f95571b6df16a7498286adc1 (diff) |
Sprinkle some realpath goodness here, too
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 \ )) |