aboutsummaryrefslogtreecommitdiff
path: root/src/util/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/Makefile.am')
-rw-r--r--src/util/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am
index e2614e5e3..f05fc7bf7 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -460,6 +460,7 @@ if HAVE_NOLIBGCRYPT19
460test_crypto_ecc_dlog_SOURCES = \ 460test_crypto_ecc_dlog_SOURCES = \
461 test_crypto_ecc_dlog.c 461 test_crypto_ecc_dlog.c
462test_crypto_ecc_dlog_LDADD = \ 462test_crypto_ecc_dlog_LDADD = \
463 -lsodium \
463 libgnunetutil.la \ 464 libgnunetutil.la \
464 $(LIBGCRYPT_LIBS) 465 $(LIBGCRYPT_LIBS)
465endif 466endif
@@ -610,7 +611,7 @@ perf_crypto_ecc_dlog_SOURCES = \
610 perf_crypto_ecc_dlog.c 611 perf_crypto_ecc_dlog.c
611perf_crypto_ecc_dlog_LDADD = \ 612perf_crypto_ecc_dlog_LDADD = \
612 libgnunetutil.la \ 613 libgnunetutil.la \
613 -lgcrypt 614 -lsodium
614endif 615endif
615 616
616perf_crypto_rsa_SOURCES = \ 617perf_crypto_rsa_SOURCES = \