[Libreoffice-commits] core.git: comphelper/Library_comphelper.mk

Eike Rathke erack at redhat.com
Thu Apr 4 10:42:37 PDT 2013


 comphelper/Library_comphelper.mk |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 1d073a3b48d2d5387992a6868dcdd601b80838b7
Author: Eike Rathke <erack at redhat.com>
Date:   Thu Apr 4 19:39:44 2013 +0200

    -I$(SRCDIR)/comphelper/inc before solver/*/inc
    
    Change-Id: I2a8a4ba93b5ffb2273573c81466595e1c4cf1d9d

diff --git a/comphelper/Library_comphelper.mk b/comphelper/Library_comphelper.mk
index 76e6834..648743b 100644
--- a/comphelper/Library_comphelper.mk
+++ b/comphelper/Library_comphelper.mk
@@ -28,6 +28,7 @@ $(eval $(call gb_Library_set_componentfile,comphelper,comphelper/util/comphelp))
 
 $(eval $(call gb_Library_set_include,comphelper,\
     -I$(SRCDIR)/comphelper/source/inc \
+    -I$(SRCDIR)/comphelper/inc \
     $$(INCLUDE) \
 ))
 


More information about the Libreoffice-commits mailing list