aboutsummaryrefslogtreecommitdiff
path: root/src/util/Makefile.am
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2015-03-19 15:17:10 +0000
committerBart Polot <bart@net.in.tum.de>2015-03-19 15:17:10 +0000
commit074f31e3b425a55ee17ac83c1953652d232d3a38 (patch)
treeb0c2288d0a88a3288e89cd6c4b195c180f9262ed /src/util/Makefile.am
parentc641b74c2e060528100168f44c074526798c1623 (diff)
downloadgnunet-074f31e3b425a55ee17ac83c1953652d232d3a38.tar.gz
gnunet-074f31e3b425a55ee17ac83c1953652d232d3a38.zip
- added asymmetric crytp perf
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 b49378c9b..ee7ccec26 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -206,6 +206,7 @@ if HAVE_BENCHMARKS
206 perf_crypto_hash \ 206 perf_crypto_hash \
207 perf_crypto_paillier \ 207 perf_crypto_paillier \
208 perf_crypto_symmetric \ 208 perf_crypto_symmetric \
209 perf_crypto_asymmetric \
209 perf_malloc 210 perf_malloc
210endif 211endif
211 212
@@ -573,6 +574,11 @@ perf_crypto_symmetric_SOURCES = \
573perf_crypto_symmetric_LDADD = \ 574perf_crypto_symmetric_LDADD = \
574 libgnunetutil.la 575 libgnunetutil.la
575 576
577perf_crypto_asymmetric_SOURCES = \
578 perf_crypto_asymmetric.c
579perf_crypto_asymmetric_LDADD = \
580 libgnunetutil.la
581
576perf_crypto_paillier_SOURCES = \ 582perf_crypto_paillier_SOURCES = \
577 perf_crypto_paillier.c 583 perf_crypto_paillier.c
578perf_crypto_paillier_LDADD = \ 584perf_crypto_paillier_LDADD = \