aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/util/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am
index f5bccf218..b49378c9b 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -388,9 +388,9 @@ test_crypto_ecdhe_LDADD = \
388 libgnunetutil.la \ 388 libgnunetutil.la \
389 $(LIBGCRYPT_LIBS) 389 $(LIBGCRYPT_LIBS)
390 390
391test_crypto_ecdh_eddsa_SOURCES = \ 391test_crypto_ecdh_ecdsa_SOURCES = \
392 test_crypto_ecdh_eddsa.c 392 test_crypto_ecdh_ecdsa.c
393test_crypto_ecdh_eddsa_LDADD = \ 393test_crypto_ecdh_ecdsa_LDADD = \
394 libgnunetutil.la \ 394 libgnunetutil.la \
395 $(LIBGCRYPT_LIBS) 395 $(LIBGCRYPT_LIBS)
396 396