aboutsummaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-03-19 13:15:55 +0000
committerChristian Grothoff <christian@grothoff.org>2015-03-19 13:15:55 +0000
commit7e76381a7d5ff4fe908542f17f76f81b99a5fb04 (patch)
treeee25aa634ee758c453bd0baabd8de8e0f0a3d02b /src/util
parent1df06d38ea760384514cd2eb37df1400baa6e2d0 (diff)
downloadgnunet-7e76381a7d5ff4fe908542f17f76f81b99a5fb04.tar.gz
gnunet-7e76381a7d5ff4fe908542f17f76f81b99a5fb04.zip
-fix makefile
Diffstat (limited to 'src/util')
-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