summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-03-18 11:31:50 +0200
committerJan Holesovsky <kendy@suse.cz>2011-03-18 17:35:16 +0100
commit36489ecfb4c1a44e911a31e80e0fec4c91c742f1 (patch)
tree8fd55055a17b4f92abd376c85530370bf58fcae7
parent5c074d83b64382cedc2d9cc7bdb7b528d27daa5a (diff)
Sprinkle some realpath goodness here, too
-rwxr-xr-xsvx/Library_svxcore.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/svx/Library_svxcore.mk b/svx/Library_svxcore.mk
index 7cd1a521e74f..105eca6d5ae2 100755
--- a/svx/Library_svxcore.mk
+++ b/svx/Library_svxcore.mk
@@ -37,9 +37,9 @@ $(eval $(call gb_Library_add_package_headers,svxcore,\
))
$(eval $(call gb_Library_set_include,svxcore,\
- -I$(SRCDIR)/svx/inc \
- -I$(SRCDIR)/svx/inc/pch \
- -I$(SRCDIR)/svx/source/inc \
+ -I$(realpath $(SRCDIR)/svx/inc) \
+ -I$(realpath $(SRCDIR)/svx/inc/pch) \
+ -I$(realpath $(SRCDIR)/svx/source/inc) \
$$(INCLUDE) \
-I$(OUTDIR)/inc/offuh \
-I$(WORKDIR)/SdiTarget/svx/sdi \
@@ -446,8 +446,8 @@ $(eval $(call gb_SdiTarget_SdiTarget,svx/sdi/svxslots,svx/sdi/svx))
$(eval $(call gb_SdiTarget_set_include,svx/sdi/svxslots,\
$$(INCLUDE) \
- -I$(SRCDIR)/svx/inc \
- -I$(SRCDIR)/svx/sdi \
+ -I$(realpath $(SRCDIR)/svx/inc) \
+ -I$(realpath $(SRCDIR)/svx/sdi) \
))
# vim: set noet sw=4 ts=4: