diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-03-01 12:26:11 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-03-01 12:26:11 +0100 |
commit | 505d220647baa740322a302f61ede31b129f26eb (patch) | |
tree | 1d74180400e3ff4f6207179c88902a3051032c9d | |
parent | c81e8cfda851a3c3a2c1ca9006f3d2e496cb1e69 (diff) | |
download | gnunet-505d220647baa740322a302f61ede31b129f26eb.tar.gz gnunet-505d220647baa740322a302f61ede31b129f26eb.zip |
-fix linker issue
-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 = \ |