diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2011-12-14 10:41:19 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2011-12-14 10:42:51 +0100 |
commit | 3684fcdc0f80bc79dd06796f34c6ad5faa8894bb (patch) | |
tree | 58c4ab43ca3471951a34e67ca6f59ccb827af57f /sd/CppunitTest_sd_uimpress.mk | |
parent | 8d691a2d94d2b2be3ad3fc0a44d2abc387d7b6c2 (diff) |
configmgr.component is no longer an old one.
Diffstat (limited to 'sd/CppunitTest_sd_uimpress.mk')
-rw-r--r-- | sd/CppunitTest_sd_uimpress.mk | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sd/CppunitTest_sd_uimpress.mk b/sd/CppunitTest_sd_uimpress.mk index d8d30ed6a156..d7233a2d212e 100644 --- a/sd/CppunitTest_sd_uimpress.mk +++ b/sd/CppunitTest_sd_uimpress.mk @@ -85,14 +85,11 @@ $(eval $(call gb_CppunitTest_add_type_rdbs,sd_uimpress,\ )) $(eval $(call gb_CppunitTest_add_components,sd_uimpress,\ + configmgr/source/configmgr \ framework/util/fwk \ i18npool/util/i18npool \ )) -$(eval $(call gb_CppunitTest_add_old_components,sd_uimpress,\ - configmgr \ -)) - $(eval $(call gb_CppunitTest_set_args,sd_uimpress,\ --headless \ --protector unoexceptionprotector$(gb_Library_DLLEXT) unoexceptionprotector \ |