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, 0 insertions, 6 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am
index b86fa0f12..9cb7da15b 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -292,7 +292,6 @@ check_PROGRAMS = \
292 test_container_heap \ 292 test_container_heap \
293 test_crypto_symmetric \ 293 test_crypto_symmetric \
294 test_crypto_crc \ 294 test_crypto_crc \
295 test_crypto_ecc \
296 test_crypto_cs \ 295 test_crypto_cs \
297 test_crypto_ecdsa \ 296 test_crypto_ecdsa \
298 test_crypto_eddsa \ 297 test_crypto_eddsa \
@@ -461,11 +460,6 @@ test_crypto_cs_LDADD = \
461 libgnunetutil.la \ 460 libgnunetutil.la \
462 -lsodium 461 -lsodium
463 462
464test_crypto_ecc_SOURCES = \
465 test_crypto_ecc.c
466test_crypto_ecc_LDADD = \
467 libgnunetutil.la
468
469test_crypto_ecdsa_SOURCES = \ 463test_crypto_ecdsa_SOURCES = \
470 test_crypto_ecdsa.c 464 test_crypto_ecdsa.c
471test_crypto_ecdsa_LDADD = \ 465test_crypto_ecdsa_LDADD = \