fix deps for sw_ooxmlexport test

Change-Id: I27f029ae68cad37c036fb048c7c19d39949f779e
This commit is contained in:
David Tardon 2014-08-01 22:34:08 +02:00
parent f8e8e476aa
commit 094f440646

View file

@ -50,4 +50,11 @@ $(eval $(call gb_CppunitTest_use_configuration,sw_ooxmlexport))
$(eval $(call gb_CppunitTest_use_unittest_configuration,sw_ooxmlexport))
$(eval $(call gb_CppunitTest_use_packages,sw_ooxmlexport,\
oox_customshapes \
oox_generated \
))
$(call gb_CppunitTest_get_target,sw_ooxmlexport) : $(call gb_Library_get_target,iti)
# vim: set noet sw=4 ts=4: