summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sw/CppunitTest_sw_accessible_relation_set.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/sw/CppunitTest_sw_accessible_relation_set.mk b/sw/CppunitTest_sw_accessible_relation_set.mk
index 0de87d256d44..1ef0eec67e29 100644
--- a/sw/CppunitTest_sw_accessible_relation_set.mk
+++ b/sw/CppunitTest_sw_accessible_relation_set.mk
@@ -56,4 +56,7 @@ $(eval $(call gb_CppunitTest_use_rdb,sw_accessible_relation_set,services))
$(eval $(call gb_CppunitTest_use_configuration,sw_accessible_relation_set))
+# we need to explicitly depend on Library_acc because it's dynamically loaded
+$(call gb_CppunitTest_get_target,sw_accessible_relation_set) : $(call gb_Library_get_target,acc)
+
# vim: set noet sw=4 ts=4: