From a3dfe938ef0be9af3c37f9302bb7dc296362a1e3 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 12 Jan 2017 11:38:02 +0100 Subject: Allow CompilerTest_compilerplugins_clang to include css/uno/Reference.hxx Change-Id: Ib35d8fcc41e1c49bfef01c980b25c051190cb753 Reviewed-on: https://gerrit.libreoffice.org/32990 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- solenv/CompilerTest_compilerplugins_clang.mk | 2 ++ solenv/gbuild/CompilerTest.mk | 1 + 2 files changed, 3 insertions(+) (limited to 'solenv') diff --git a/solenv/CompilerTest_compilerplugins_clang.mk b/solenv/CompilerTest_compilerplugins_clang.mk index 4934ae28ea6e..f01f8e3a6024 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 8a1ba58717e0..4178b51a59d2 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)) \ )) -- cgit