[Libreoffice-commits] core.git: solenv/CompilerTest_compilerplugins_clang.mk solenv/gbuild

Stephan Bergmann sbergman at redhat.com
Thu Jan 12 11:55:31 UTC 2017


 solenv/CompilerTest_compilerplugins_clang.mk |    2 ++
 solenv/gbuild/CompilerTest.mk                |    1 +
 2 files changed, 3 insertions(+)

New commits:
commit a3dfe938ef0be9af3c37f9302bb7dc296362a1e3
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Thu Jan 12 11:38:02 2017 +0100

    Allow CompilerTest_compilerplugins_clang to include css/uno/Reference.hxx
    
    Change-Id: Ib35d8fcc41e1c49bfef01c980b25c051190cb753
    Reviewed-on: https://gerrit.libreoffice.org/32990
    Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>
    Tested-by: Noel Grandin <noel.grandin at collabora.co.uk>

diff --git a/solenv/CompilerTest_compilerplugins_clang.mk b/solenv/CompilerTest_compilerplugins_clang.mk
index 4934ae2..f01f8e3 100644
--- a/solenv/CompilerTest_compilerplugins_clang.mk
+++ b/solenv/CompilerTest_compilerplugins_clang.mk
@@ -22,4 +22,6 @@ $(eval $(call gb_CompilerTest_add_exception_objects,compilerplugins_clang, \
     compilerplugins/clang/test/vclwidgets \
 ))
 
+$(eval $(call gb_CompilerTest_use_udk_api,compilerplugins_clang))
+
 # vim: set noet sw=4 ts=4:
diff --git a/solenv/gbuild/CompilerTest.mk b/solenv/gbuild/CompilerTest.mk
index 8a1ba58..4178b51 100644
--- a/solenv/gbuild/CompilerTest.mk
+++ b/solenv/gbuild/CompilerTest.mk
@@ -40,6 +40,7 @@ $(eval $(foreach method, \
     add_objcobjects \
     add_objcxxobject \
     add_objcxxobjects \
+    use_udk_api \
 , \
     $(call gb_CompilerTest__forward_to_Linktarget,$(method)) \
 ))


More information about the Libreoffice-commits mailing list