add missing dep on affine UNO env

Change-Id: I0e88c205f4fa34c0001d1fc1f53b9a8bb6dcd2d8
This commit is contained in:
David Tardon
2016-11-20 09:58:31 +01:00
parent 485f839a75
commit 58e2f9a3e2
2 changed files with 6 additions and 0 deletions

View File

@ -79,4 +79,7 @@ $(eval $(call gb_Library_add_exception_objects,ado,\
connectivity/source/drivers/ado/adoimp \
))
# Runtime dependency for unit-tests
$(call gb_Library_get_target,ado) :| $(call gb_Library_get_target,affine_uno_uno)
# vim: set noet sw=4 ts=4:

View File

@ -70,4 +70,7 @@ $(eval $(call gb_Library_add_exception_objects,jdbc,\
connectivity/source/drivers/jdbc/ContextClassLoader \
))
# Runtime dependency for unit-tests
$(call gb_Library_get_target,jdbc) :| $(call gb_Library_get_target,affine_uno_uno)
# vim: set noet sw=4 ts=4: