[Libreoffice-commits] .: Branch 'integration/dev300_m101' - svx/Library_svxcore.mk

Tor Lillqvist tml at kemper.freedesktop.org
Fri Mar 18 02:31:59 PDT 2011


 svx/Library_svxcore.mk |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

New commits:
commit 728d54897e6eb758f95571b6df16a7498286adc1
Author: Tor Lillqvist <tlillqvist at novell.com>
Date:   Fri Mar 18 11:31:50 2011 +0200

    Sprinkle some realpath goodness here, too

diff --git a/svx/Library_svxcore.mk b/svx/Library_svxcore.mk
index 7cd1a52..105eca6 100755
--- a/svx/Library_svxcore.mk
+++ b/svx/Library_svxcore.mk
@@ -37,9 +37,9 @@ $(eval $(call gb_Library_add_package_headers,svxcore,\
 ))
 
 $(eval $(call gb_Library_set_include,svxcore,\
-    -I$(SRCDIR)/svx/inc \
-    -I$(SRCDIR)/svx/inc/pch \
-    -I$(SRCDIR)/svx/source/inc \
+    -I$(realpath $(SRCDIR)/svx/inc) \
+    -I$(realpath $(SRCDIR)/svx/inc/pch) \
+    -I$(realpath $(SRCDIR)/svx/source/inc) \
     $$(INCLUDE) \
     -I$(OUTDIR)/inc/offuh \
     -I$(WORKDIR)/SdiTarget/svx/sdi \
@@ -446,8 +446,8 @@ $(eval $(call gb_SdiTarget_SdiTarget,svx/sdi/svxslots,svx/sdi/svx))
 
 $(eval $(call gb_SdiTarget_set_include,svx/sdi/svxslots,\
     $$(INCLUDE) \
-    -I$(SRCDIR)/svx/inc \
-    -I$(SRCDIR)/svx/sdi \
+    -I$(realpath $(SRCDIR)/svx/inc) \
+    -I$(realpath $(SRCDIR)/svx/sdi) \
 ))
 
 # vim: set noet sw=4 ts=4:


More information about the Libreoffice-commits mailing list