summaryrefslogtreecommitdiff
path: root/svx/Library_svx.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-03-18 11:55:31 +0200
committerJan Holesovsky <kendy@suse.cz>2011-03-18 17:35:16 +0100
commitd1742baea5d4d00735859b0f015dae5c26606a02 (patch)
tree467fb0bd2f0a3ad287891c1bd72a5e532606bb43 /svx/Library_svx.mk
parent36489ecfb4c1a44e911a31e80e0fec4c91c742f1 (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 a2346cf19aed..99d51ddad13c 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 \
))