Add missing dependency on cryb-rand for t_oath.

This commit is contained in:
Dag-Erling Smørgrav 2018-05-05 15:34:22 +02:00
parent 9be4ffc412
commit fe064e41db

View file

@ -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