From f6d4420ddd1811e1e385c391f3fb05a15ffa2623 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 2 Aug 2011 16:09:50 +0100 Subject: get this building under windows --- ucbhelper/Library_ucbhelper.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ucbhelper/Library_ucbhelper.mk') diff --git a/ucbhelper/Library_ucbhelper.mk b/ucbhelper/Library_ucbhelper.mk index 8218ccec1abe..e7d8398d88e3 100644 --- a/ucbhelper/Library_ucbhelper.mk +++ b/ucbhelper/Library_ucbhelper.mk @@ -34,8 +34,8 @@ $(eval $(call gb_Library_add_precompiled_header,ucbhelper,$(SRCDIR)/ucbhelper/in $(eval $(call gb_Library_set_include,ucbhelper,\ $$(INCLUDE) \ - -I$(SRCDIR)/ucbhelper/inc \ - -I$(SRCDIR)/ucbhelper/inc/pch \ + -I$(realpath $(SRCDIR)/ucbhelper/inc) \ + -I$(realpath $(SRCDIR)/ucbhelper/inc/pch) \ )) $(eval $(call gb_Library_add_defs,ucbhelper,\ -- cgit