diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-02-29 11:39:38 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2012-03-01 20:49:13 +0100 |
commit | d76e2d1cc396d0f1f57a0ba774be4194d8bf3459 (patch) | |
tree | f1f2eec5d61e559cc2f012c35a0958d0b93430e2 /sd | |
parent | dfc9c72d7797862a9292bdda16ad8c107124a6df (diff) |
embeddedobj: convert to gbuild
Diffstat (limited to 'sd')
-rw-r--r-- | sd/CppunitTest_sd_filters_test.mk | 5 | ||||
-rw-r--r-- | sd/CppunitTest_sd_regression_test.mk | 5 |
2 files changed, 2 insertions, 8 deletions
diff --git a/sd/CppunitTest_sd_filters_test.mk b/sd/CppunitTest_sd_filters_test.mk index 12f3048ce63b..193343952c78 100644 --- a/sd/CppunitTest_sd_filters_test.mk +++ b/sd/CppunitTest_sd_filters_test.mk @@ -88,6 +88,7 @@ $(eval $(call gb_CppunitTest_add_components,sd_filters_test,\ comphelper/util/comphelp \ configmgr/source/configmgr \ dbaccess/util/dba \ + embeddedobj/util/embobj \ fileaccess/source/fileacc \ filter/source/config/cache/filterconfig1 \ framework/util/fwk \ @@ -110,10 +111,6 @@ $(eval $(call gb_CppunitTest_add_components,sd_filters_test,\ unoxml/source/service/unoxml \ )) -$(eval $(call gb_CppunitTest_add_old_components,sd_filters_test,\ - embobj \ -)) - $(eval $(call gb_CppunitTest_set_args,sd_filters_test,\ --headless \ --protector unoexceptionprotector$(gb_Library_DLLEXT) unoexceptionprotector \ diff --git a/sd/CppunitTest_sd_regression_test.mk b/sd/CppunitTest_sd_regression_test.mk index ee42c721a023..2e35f5df543c 100644 --- a/sd/CppunitTest_sd_regression_test.mk +++ b/sd/CppunitTest_sd_regression_test.mk @@ -91,6 +91,7 @@ $(eval $(call gb_CppunitTest_add_components,sd_regression_test,\ configmgr/source/configmgr \ dbaccess/util/dba \ desktop/source/deployment/deployment \ + embeddedobj/util/embobj \ fileaccess/source/fileacc \ filter/source/config/cache/filterconfig1 \ filter/source/svg/svgfilter \ @@ -121,10 +122,6 @@ $(eval $(call gb_CppunitTest_add_components,sd_regression_test,\ xmlsecurity/util/xmlsecurity \ )) -$(eval $(call gb_CppunitTest_add_old_components,sd_regression_test,\ - embobj \ -)) - $(eval $(call gb_CppunitTest_set_args,sd_regression_test,\ --headless \ --protector unoexceptionprotector$(gb_Library_DLLEXT) unoexceptionprotector \ |