summaryrefslogtreecommitdiff
path: root/sd/CppunitTest_sd_export_tests.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-07-12 18:07:19 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-07-12 18:14:31 +0200
commit7cedeaeba79bdd54b3bcbadb21c51cc535cf4a5d (patch)
treefc1a3e511dde94952588b5153147525206bd8258 /sd/CppunitTest_sd_export_tests.mk
parenta85e1d505b5830bfa9298cf8daab8118ba734404 (diff)
Missing dependency (and typo)
Change-Id: Iecf1f652d56a129993f7ac66dce95e93d326e87b
Diffstat (limited to 'sd/CppunitTest_sd_export_tests.mk')
-rw-r--r--sd/CppunitTest_sd_export_tests.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/sd/CppunitTest_sd_export_tests.mk b/sd/CppunitTest_sd_export_tests.mk
index 6e4555f3a4c1..3384377752b6 100644
--- a/sd/CppunitTest_sd_export_tests.mk
+++ b/sd/CppunitTest_sd_export_tests.mk
@@ -77,6 +77,8 @@ $(eval $(call gb_CppunitTest_add_arguments,sd_export_tests,\
-env:SVG_DISABLE_FONT_EMBEDDING= \
))
-$(call gb_CppunitTest_get_target,sd_export_test) : $(call gb_AllLangResTarget_get_target,sd)
+$(call gb_CppunitTest_get_target,sd_export_tests): \
+ $(call gb_AllLangResTarget_get_target,avmedia) \
+ $(call gb_AllLangResTarget_get_target,sd)
# vim: set noet sw=4 ts=4: