From 34ff95a4e11d9b81e3258eb451ece7e201c3657d Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 22 Aug 2013 14:38:32 +0200 Subject: [PATCH] At least CppunitTest_connectivity_ado requires the affine_uno bridge Change-Id: I15b7069e2c7362b9554bf0f869d7c922895a6466 --- solenv/gbuild/CppunitTest.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/solenv/gbuild/CppunitTest.mk b/solenv/gbuild/CppunitTest.mk index 7ab9259dcec8..fb36b1ba4007 100644 --- a/solenv/gbuild/CppunitTest.mk +++ b/solenv/gbuild/CppunitTest.mk @@ -160,6 +160,7 @@ define gb_CppunitTest_use_ure $(call gb_CppunitTest_use_rdb,$(1),ure/services) $(call gb_CppunitTest_get_target,$(1)) : URE := $(true) $(call gb_CppunitTest_get_target,$(1)) : $(call gb_Library_get_target,$(gb_CPPU_ENV)_uno) +$(call gb_CppunitTest_get_target,$(1)) : $(call gb_Library_get_target,affine_uno) $(call gb_CppunitTest_get_target,$(1)) : $(call gb_Library_get_target,unobootstrapprotector) $(call gb_CppunitTest_get_target,$(1)) : $(call gb_Library_get_target,unoexceptionprotector) $(call gb_CppunitTest_get_target,$(1)) : $(call gb_Package_get_target,cppuhelper_unorc)