summaryrefslogtreecommitdiff
path: root/idl
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-08-04 14:35:43 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-08-04 14:35:43 +0100
commit6d73ae9795c6a7adbbb6f8b5a426630b9a1fe459 (patch)
tree4b45e1479a92615e51e8a96b83b14f620899886b /idl
parent9ef56cb2e5f81bc8c281e9dd129846479524c03e (diff)
add realpaths for windows
Diffstat (limited to 'idl')
-rw-r--r--idl/Executable_svidl.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/idl/Executable_svidl.mk b/idl/Executable_svidl.mk
index 28944af6098f..c9d6d5ae5b0b 100644
--- a/idl/Executable_svidl.mk
+++ b/idl/Executable_svidl.mk
@@ -31,8 +31,8 @@ $(eval $(call gb_Executable_Executable,svidl))
$(eval $(call gb_Executable_set_include,svidl,\
$$(INCLUDE) \
-I$(OUTDIR)/inc/ \
- -I$(SRCDIR)/idl/inc/pch \
- -I$(SRCDIR)/idl/inc \
+ -I$(realpath $(SRCDIR)/idl/inc/pch) \
+ -I$(realpath $(SRCDIR)/idl/inc) \
))
$(eval $(call gb_Executable_add_api,svidl,\