diff options
author | Michael Meeks <michael.meeks@collabora.com> | 2013-09-10 17:50:02 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2013-09-10 17:50:19 +0100 |
commit | ed1eed600b2e4afd9364ee8dacf775f897df3849 (patch) | |
tree | 9baa6a46f2a8f3edb213b9c26c69d9f54231c7a9 /configmgr | |
parent | d697ba10a5fd3da26912c29116aff90c3be64640 (diff) |
configmgr: more makefile cleanup.
Change-Id: I672077a2096cc51e7a3668f5873a91299fd00ca1
Diffstat (limited to 'configmgr')
-rw-r--r-- | configmgr/CppunitTest_configmgr_unit.mk | 7 |
1 files changed, 4 insertions, 3 deletions
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,\ |