Kaydet (Commit) 58e2f9a3 authored tarafından David Tardon's avatar David Tardon

add missing dep on affine UNO env

Change-Id: I0e88c205f4fa34c0001d1fc1f53b9a8bb6dcd2d8
üst 485f839a
......@@ -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:
......@@ -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:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment