summaryrefslogtreecommitdiff
path: root/svx
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
commit9e7b1de6d12558743de1d5c70756a1bdd2e345b1 (patch)
tree8be3c30598e113dfa822b8628c2e28898302fbc0 /svx
parenta65a0ce0700bae589c6c35972490a04e749efc12 (diff)
Sprinkle some realpath goodness here, too
Diffstat (limited to 'svx')
-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 7cd1a521e7..105eca6d5a 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: