summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-03-17 14:31:33 +0200
committerTor Lillqvist <tlillqvist@novell.com>2011-03-17 14:31:33 +0200
commit6d95009eaa2f2c52e79f172065d21d96eadfbbf9 (patch)
tree4c6d71952f04ca50dfca79716b7aab8f7664b056 /framework
parent0e425e43c7759ef82e501373f9e6b29df04dd5d2 (diff)
Sprinke some realpath goodness here, too
Diffstat (limited to 'framework')
-rwxr-xr-xframework/Library_fwm.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/Library_fwm.mk b/framework/Library_fwm.mk
index a0d53102ab7b..3ffb97ef2f53 100755
--- a/framework/Library_fwm.mk
+++ b/framework/Library_fwm.mk
@@ -30,9 +30,9 @@ $(eval $(call gb_Library_Library,fwm))
$(eval $(call gb_Library_set_componentfile,fwm,framework/util/fwm))
$(eval $(call gb_Library_set_include,fwm,\
- -I$(SRCDIR)/framework/inc/pch \
- -I$(SRCDIR)/framework/inc \
- -I$(SRCDIR)/framework/source/inc \
+ -I$(realpath $(SRCDIR)/framework/inc/pch) \
+ -I$(realpath $(SRCDIR)/framework/inc) \
+ -I$(realpath $(SRCDIR)/framework/source/inc) \
-I$(WORKDIR)/inc/framework/ \
$$(INCLUDE) \
-I$(OUTDIR)/inc/framework \