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.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am
index ca3a361aa..90a0717ab 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_rsa \
251 perf_crypto_paillier \ 252 perf_crypto_paillier \
252 perf_crypto_symmetric \ 253 perf_crypto_symmetric \
253 perf_crypto_asymmetric \ 254 perf_crypto_asymmetric \
@@ -626,6 +627,11 @@ perf_crypto_hash_SOURCES = \
626perf_crypto_hash_LDADD = \ 627perf_crypto_hash_LDADD = \
627 libgnunetutil.la 628 libgnunetutil.la
628 629
630perf_crypto_rsa_SOURCES = \
631 perf_crypto_rsa.c
632perf_crypto_rsa_LDADD = \
633 libgnunetutil.la
634
629perf_crypto_symmetric_SOURCES = \ 635perf_crypto_symmetric_SOURCES = \
630 perf_crypto_symmetric.c 636 perf_crypto_symmetric.c
631perf_crypto_symmetric_LDADD = \ 637perf_crypto_symmetric_LDADD = \