aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-03-01 12:26:11 +0100
committerChristian Grothoff <christian@grothoff.org>2024-03-01 12:26:11 +0100
commit505d220647baa740322a302f61ede31b129f26eb (patch)
tree1d74180400e3ff4f6207179c88902a3051032c9d
parentc81e8cfda851a3c3a2c1ca9006f3d2e496cb1e69 (diff)
downloadgnunet-505d220647baa740322a302f61ede31b129f26eb.tar.gz
gnunet-505d220647baa740322a302f61ede31b129f26eb.zip
-fix linker issue
-rw-r--r--src/lib/util/Makefile.am1
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
395test_crypto_elligator_LDADD = \ 395test_crypto_elligator_LDADD = \
396 libgnunetutil.la \ 396 libgnunetutil.la \
397 -lsodium \
397 $(LIBGCRYPT_LIBS) 398 $(LIBGCRYPT_LIBS)
398 399
399test_crypto_ecc_dlog_SOURCES = \ 400test_crypto_ecc_dlog_SOURCES = \