summaryrefslogtreecommitdiff
path: root/hwpfilter
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-01-04 13:33:07 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-01-05 09:18:20 +0000
commita37484060c63138e869937ca518c723b36c1893d (patch)
tree153c3d74232fc9268dd2332bbbf39cecf0131b5d /hwpfilter
parent17642437fe0d68cf868ab430f04b4fdc12f1767f (diff)
pesky dependencies
Diffstat (limited to 'hwpfilter')
-rw-r--r--hwpfilter/CppunitTest_hwpfilter_test_hwpfilter.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/hwpfilter/CppunitTest_hwpfilter_test_hwpfilter.mk b/hwpfilter/CppunitTest_hwpfilter_test_hwpfilter.mk
index fcdcb40c21bc..a6722cce4a86 100644
--- a/hwpfilter/CppunitTest_hwpfilter_test_hwpfilter.mk
+++ b/hwpfilter/CppunitTest_hwpfilter_test_hwpfilter.mk
@@ -77,6 +77,8 @@ $(eval $(call gb_CppunitTest_set_args,hwpfilter_test_hwpfilter,\
# we need to explicitly depend on library hwp because it is not implied
# by a link relation
-$(call gb_CppunitTest_get_target,hwpfilter_test_hwpfilter) : $(call gb_Library_get_target,hwp)
+$(call gb_CppunitTest_get_target,hwpfilter_test_hwpfilter) : \
+ $(call gb_Library_get_target,localedata_en) \
+ $(call gb_Library_get_target,hwp)
# vim: set noet sw=4 ts=4: