summaryrefslogtreecommitdiff
path: root/basegfx/Library_basegfx.mk
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-08-03 09:48:13 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-08-03 10:34:32 +0100
commite1e44f215294b49eb6c555963d023e0fae0cc0f6 (patch)
treec5989c12fc3a31c0d2fcd6450572f900e7b44a46 /basegfx/Library_basegfx.mk
parent099c2bbbecebacce9f7966d268686bb1e1939f18 (diff)
get this working under windows again
Diffstat (limited to 'basegfx/Library_basegfx.mk')
-rw-r--r--basegfx/Library_basegfx.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/basegfx/Library_basegfx.mk b/basegfx/Library_basegfx.mk
index 6c73b873f3ef..50d2add17784 100644
--- a/basegfx/Library_basegfx.mk
+++ b/basegfx/Library_basegfx.mk
@@ -33,9 +33,9 @@ $(eval $(call gb_Library_add_package_headers,basegfx,basegfx_inc))
$(eval $(call gb_Library_add_precompiled_header,basegfx,$(SRCDIR)/basegfx/inc/pch/precompiled_basegfx))
$(eval $(call gb_Library_set_include,basegfx,\
- -I$(SRCDIR)/basegfx/inc \
- -I$(SRCDIR)/basegfx/source/inc \
- -I$(SRCDIR)/basegfx/inc/pch \
+ -I$(realpath $(SRCDIR)/basegfx/inc) \
+ -I$(realpath $(SRCDIR)/basegfx/source/inc) \
+ -I$(realpath $(SRCDIR)/basegfx/inc/pch) \
$$(INCLUDE) \
))