[Libreoffice-commits] .: ucbhelper/Library_ucbhelper.mk

Caolán McNamara caolan at kemper.freedesktop.org
Tue Aug 2 08:10:48 PDT 2011


 ucbhelper/Library_ucbhelper.mk |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 255b28e8e36a1eef823587ce7dcabd9b14c73b17
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Tue Aug 2 16:09:50 2011 +0100

    get this building under windows

diff --git a/ucbhelper/Library_ucbhelper.mk b/ucbhelper/Library_ucbhelper.mk
index 8218cce..e7d8398 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,\


More information about the Libreoffice-commits mailing list