diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-01-12 11:38:02 +0100 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-01-12 11:55:11 +0000 |
commit | a3dfe938ef0be9af3c37f9302bb7dc296362a1e3 (patch) | |
tree | e7a791c8b2ac7305ce0c0e84f6aa8b92d0de4756 /solenv | |
parent | 77a0817cf46aace4b446d05af13c6905c7c6411a (diff) |
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@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/CompilerTest_compilerplugins_clang.mk | 2 | ||||
-rw-r--r-- | solenv/gbuild/CompilerTest.mk | 1 |
2 files changed, 3 insertions, 0 deletions
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)) \ )) |