summaryrefslogtreecommitdiff
path: root/svx/Library_svx.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-03-18 11:55:31 +0200
committerTor Lillqvist <tlillqvist@novell.com>2011-03-18 12:14:05 +0200
commitc378eb15297ba53867689687cbc75350abd147e5 (patch)
tree173024adafd8fe5ce1eeb99c793223a378f66426 /svx/Library_svx.mk
parent728d54897e6eb758f95571b6df16a7498286adc1 (diff)
Sprinkle some realpath goodness here, too
Diffstat (limited to 'svx/Library_svx.mk')
-rwxr-xr-xsvx/Library_svx.mk6
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 \
))