add missing deps for MS XML 2003 filter

Change-Id: I4f3b43032f99031bd505d8ec2f50596c2f2c0457
This commit is contained in:
David Tardon 2016-11-20 17:14:00 +01:00
parent 844735778b
commit 22b53e93f3
2 changed files with 8 additions and 0 deletions

View File

@ -121,4 +121,8 @@ endif
$(eval $(call gb_CppunitTest_use_configuration,sc_bugfix_test))
$(eval $(call gb_CppunitTest_use_packages,sc_bugfix_test,\
filter_xslt \
))
# vim: set noet sw=4 ts=4:

View File

@ -113,4 +113,8 @@ $(eval $(call gb_CppunitTest_use_components,sc_filters_test,\
$(eval $(call gb_CppunitTest_use_configuration,sc_filters_test))
$(eval $(call gb_CppunitTest_use_packages,sc_filters_test,\
filter_xslt \
))
# vim: set noet sw=4 ts=4: