[Libreoffice-commits] .: linguistic/Library_lng.mk

Caolán McNamara caolan at kemper.freedesktop.org
Thu Aug 4 08:14:25 PDT 2011


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

New commits:
commit 81069bc88b224fad22b6fc22d3efd91ac0284eb9
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Thu Aug 4 16:14:16 2011 +0100

    add realpaths for windows

diff --git a/linguistic/Library_lng.mk b/linguistic/Library_lng.mk
index f68b9bd..dc41819 100644
--- a/linguistic/Library_lng.mk
+++ b/linguistic/Library_lng.mk
@@ -36,8 +36,8 @@ $(eval $(call gb_Library_set_componentfile,lng,linguistic/source/lng))
 
 $(eval $(call gb_Library_set_include,lng,\
 	$$(INCLUDE) \
-	-I$(SRCDIR)/linguistic/inc \
-	-I$(SRCDIR)/linguistic/inc/pch \
+	-I$(realpath $(SRCDIR)/linguistic/inc) \
+	-I$(realpath $(SRCDIR)/linguistic/inc/pch) \
 ))
 
 $(eval $(call gb_Library_add_api,lng,\


More information about the Libreoffice-commits mailing list