summaryrefslogtreecommitdiffstats
path: root/solenv
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2014-08-02 15:08:52 +0200
committerDavid Tardon <dtardon@redhat.com>2014-08-02 19:16:36 +0200
commit1f6e670605cc856a6e9febb024f9cb2427156020 (patch)
treebe4bc87d6f82c159e99d5d91b762ea38064e1986 /solenv
parentfix deps for sd_import_tests (diff)
downloadcore-1f6e670605cc856a6e9febb024f9cb2427156020.tar.gz
core-1f6e670605cc856a6e9febb024f9cb2427156020.zip
gbuild: require java UNO runtime explicitly
Change-Id: I83e468a729ef72b74c2718fe98dd3998dac6c21e
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gbuild/CppunitTest.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/CppunitTest.mk b/solenv/gbuild/CppunitTest.mk
index 137adca42a1d..4f4993ff62ae 100644
--- a/solenv/gbuild/CppunitTest.mk
+++ b/solenv/gbuild/CppunitTest.mk
@@ -261,7 +261,7 @@ $(call gb_CppunitTest_get_target,$(1)) : $(call gb_Executable_get_target,$(2))
endef
-define gb_CppunitTest__use_java_ure
+define gb_CppunitTest_use_java_ure
$(call gb_CppunitTest_get_target,$(1)) : \
$(foreach jar,java_uno juh jurt unoil unoloader,$(call gb_Jar_get_target,$(jar))) \
$(call gb_Library_get_target,affine_uno_uno) \