diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-03-19 13:15:55 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-03-19 13:15:55 +0000 |
commit | 7e76381a7d5ff4fe908542f17f76f81b99a5fb04 (patch) | |
tree | ee25aa634ee758c453bd0baabd8de8e0f0a3d02b /src/util/Makefile.am | |
parent | 1df06d38ea760384514cd2eb37df1400baa6e2d0 (diff) |
-fix makefile
Diffstat (limited to 'src/util/Makefile.am')
-rw-r--r-- | src/util/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am index f5bccf2188..b49378c9bb 100644 --- a/src/util/Makefile.am +++ b/src/util/Makefile.am @@ -388,9 +388,9 @@ test_crypto_ecdhe_LDADD = \ libgnunetutil.la \ $(LIBGCRYPT_LIBS) -test_crypto_ecdh_eddsa_SOURCES = \ - test_crypto_ecdh_eddsa.c -test_crypto_ecdh_eddsa_LDADD = \ +test_crypto_ecdh_ecdsa_SOURCES = \ + test_crypto_ecdh_ecdsa.c +test_crypto_ecdh_ecdsa_LDADD = \ libgnunetutil.la \ $(LIBGCRYPT_LIBS) |