From ed943d58f32c886174c8bac28e44fd0938e3eb0e Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sun, 20 Jan 2013 11:58:20 -0800 Subject: [PATCH] Link ed25519 --- src/libsodium/Makefile.am | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/libsodium/Makefile.am b/src/libsodium/Makefile.am index 380d0e94..103f8297 100644 --- a/src/libsodium/Makefile.am +++ b/src/libsodium/Makefile.am @@ -65,7 +65,15 @@ libsodium_la_SOURCES = \ crypto_box/curve25519xsalsa20poly1305/ref/before_curve25519xsalsa20poly1305.c \ crypto_box/curve25519xsalsa20poly1305/ref/box_curve25519xsalsa20poly1305.c \ crypto_box/curve25519xsalsa20poly1305/ref/crypto_box.h \ - crypto_box/curve25519xsalsa20poly1305/ref/keypair_curve25519xsalsa20poly1305.c + crypto_box/curve25519xsalsa20poly1305/ref/keypair_curve25519xsalsa20poly1305.c \ + crypto_sign/ed25519/ref/crypto_sign.h \ + crypto_sign/ed25519/ref/ed25519_ed25519.c \ + crypto_sign/ed25519/ref/fe25519.h \ + crypto_sign/ed25519/ref/fe25519_ed25519.c \ + crypto_sign/ed25519/ref/ge25519.h \ + crypto_sign/ed25519/ref/ge25519_ed25519.c \ + crypto_sign/ed25519/ref/sc25519.h \ + crypto_sign/ed25519/ref/sc25519_ed25519.c libsodium_la_LDFLAGS = \ $(AM_LDFLAGS) \