From ed1eed600b2e4afd9364ee8dacf775f897df3849 Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Tue, 10 Sep 2013 17:50:02 +0100 Subject: configmgr: more makefile cleanup. Change-Id: I672077a2096cc51e7a3668f5873a91299fd00ca1 --- configmgr/CppunitTest_configmgr_unit.mk | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'configmgr/CppunitTest_configmgr_unit.mk') diff --git a/configmgr/CppunitTest_configmgr_unit.mk b/configmgr/CppunitTest_configmgr_unit.mk index 500051c7d160..ed84ff498f67 100644 --- a/configmgr/CppunitTest_configmgr_unit.mk +++ b/configmgr/CppunitTest_configmgr_unit.mk @@ -32,18 +32,19 @@ $(eval $(call gb_CppunitTest_use_libraries,configmgr_unit, \ $(gb_UWINAPI) \ )) +$(eval $(call gb_CppunitTest_use_ure,configmgr_unit)) + +$(eval $(call gb_CppunitTest_use_configuration,configmgr_unit)) + $(eval $(call gb_CppunitTest_use_components,configmgr_unit,\ configmgr/source/configmgr \ fileaccess/source/fileacc \ - framework/util/fwk \ i18npool/util/i18npool \ i18npool/source/search/i18nsearch \ sax/source/expatwrap/expwrap \ - sfx2/util/sfx \ ucb/source/core/ucb1 \ ucb/source/ucp/file/ucpfile1 \ unoxml/source/service/unoxml \ - uui/util/uui \ )) $(eval $(call gb_CppunitTest_use_externals,configmgr_unit,\ -- cgit