diff options
Diffstat (limited to 'src/lib/util/Makefile.am')
-rw-r--r-- | src/lib/util/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/util/Makefile.am b/src/lib/util/Makefile.am index db2d9f34a..00538847b 100644 --- a/src/lib/util/Makefile.am +++ b/src/lib/util/Makefile.am | |||
@@ -394,6 +394,7 @@ test_crypto_edx25519_LDADD = \ | |||
394 | test_crypto_elligator.c | 394 | test_crypto_elligator.c |
395 | test_crypto_elligator_LDADD = \ | 395 | test_crypto_elligator_LDADD = \ |
396 | libgnunetutil.la \ | 396 | libgnunetutil.la \ |
397 | -lsodium \ | ||
397 | $(LIBGCRYPT_LIBS) | 398 | $(LIBGCRYPT_LIBS) |
398 | 399 | ||
399 | test_crypto_ecc_dlog_SOURCES = \ | 400 | test_crypto_ecc_dlog_SOURCES = \ |