From 2dd7097a101e2b4e1e1033a776fc6b1e7c8fb5d9 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Fri, 1 Aug 2014 23:00:33 +0200 Subject: fix deps for sw_ooxmlfieldexport test Change-Id: I75e1b88e6e030eadfa87c56a499fd72e40d05c0a --- sw/CppunitTest_sw_ooxmlfieldexport.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sw') diff --git a/sw/CppunitTest_sw_ooxmlfieldexport.mk b/sw/CppunitTest_sw_ooxmlfieldexport.mk index 9e0171e28154..31a77f979224 100644 --- a/sw/CppunitTest_sw_ooxmlfieldexport.mk +++ b/sw/CppunitTest_sw_ooxmlfieldexport.mk @@ -50,4 +50,8 @@ $(eval $(call gb_CppunitTest_use_configuration,sw_ooxmlfieldexport)) $(eval $(call gb_CppunitTest_use_unittest_configuration,sw_ooxmlfieldexport)) +$(eval $(call gb_CppunitTest_use_packages,sw_ooxmlfieldexport,\ + oox_generated \ +)) + # vim: set noet sw=4 ts=4: -- cgit