mirror of
https://github.com/cryb-to/cryb-to.git
synced 2024-11-21 21:25:50 +00:00
Add missing dependency on cryb-rand for t_oath.
This commit is contained in:
parent
9be4ffc412
commit
fe064e41db
1 changed files with 1 additions and 1 deletions
|
@ -226,7 +226,7 @@ endif CRYB_MPI
|
|||
# libcryb-oath
|
||||
if CRYB_OATH
|
||||
TESTS += t_oath
|
||||
t_oath_LDADD = $(libt) $(liboath) $(librand)
|
||||
t_oath_LDADD = $(libt) $(liboath)
|
||||
endif CRYB_OATH
|
||||
|
||||
# libcryb-rand
|
||||
|
|
Loading…
Reference in a new issue