gnumake4: adjust ucb to gbuild
This commit is contained in:
parent
15f6522a60
commit
01ea92166c
2 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@
|
|||
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
|
||||
# instead of those above.
|
||||
|
||||
$(eval $(call gb_JunitTest_JunitTest,ucb_complex))
|
||||
$(eval $(call gb_JunitTest_JunitTest,ucb_complex,SRCDIR))
|
||||
|
||||
$(eval $(call gb_JunitTest_set_defs,ucb_complex,\
|
||||
$$(DEFS) \
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
|
||||
# instead of those above.
|
||||
|
||||
$(eval $(call gb_JunitTest_JunitTest,ucb_unoapi))
|
||||
$(eval $(call gb_JunitTest_JunitTest,ucb_unoapi,SRCDIR))
|
||||
|
||||
$(eval $(call gb_JunitTest_set_defs,ucb_unoapi,\
|
||||
$$(DEFS) \
|
||||
|
|
Loading…
Reference in a new issue