summaryrefslogtreecommitdiff
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
commit30320f00419380ecde1138c1bb8984fef33710e5 (patch)
tree41d01c56164e394eecc652cee35bcd5ae012bf0c
parentefab1498fde2629a95648ca2e181d2ae710a393f (diff)
add realpaths for windows
-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 28944af609..c9d6d5ae5b 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,\