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.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am
index 90a0717ab..896ef17eb 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -248,6 +248,7 @@ libgnunet_plugin_test_la_LDFLAGS = \
248if HAVE_BENCHMARKS 248if HAVE_BENCHMARKS
249 BENCHMARKS = \ 249 BENCHMARKS = \
250 perf_crypto_hash \ 250 perf_crypto_hash \
251 perf_crypto_ecc_dlog \
251 perf_crypto_rsa \ 252 perf_crypto_rsa \
252 perf_crypto_paillier \ 253 perf_crypto_paillier \
253 perf_crypto_symmetric \ 254 perf_crypto_symmetric \
@@ -627,6 +628,12 @@ perf_crypto_hash_SOURCES = \
627perf_crypto_hash_LDADD = \ 628perf_crypto_hash_LDADD = \
628 libgnunetutil.la 629 libgnunetutil.la
629 630
631perf_crypto_ecc_dlog_SOURCES = \
632 perf_crypto_ecc_dlog.c
633perf_crypto_ecc_dlog_LDADD = \
634 libgnunetutil.la \
635 -lgcrypt
636
630perf_crypto_rsa_SOURCES = \ 637perf_crypto_rsa_SOURCES = \
631 perf_crypto_rsa.c 638 perf_crypto_rsa.c
632perf_crypto_rsa_LDADD = \ 639perf_crypto_rsa_LDADD = \