aboutsummaryrefslogtreecommitdiffstats
path: root/cipher/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'cipher/Makefile.am')
-rw-r--r--cipher/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/cipher/Makefile.am b/cipher/Makefile.am
index 024aaa97a..0c87c51eb 100644
--- a/cipher/Makefile.am
+++ b/cipher/Makefile.am
@@ -54,7 +54,7 @@ libcipher_a_SOURCES = cipher.c \
sha1.c \
sha256.c
-EXTRA_libcipher_a_SOURCES = idea-stub.c tiger.c
+EXTRA_libcipher_a_SOURCES = idea-stub.c tiger.c sha512.c
libcipher_a_DEPENDENCIES = @IDEA_O@ @TIGER_O@ @SHA512_O@
libcipher_a_LIBADD = @IDEA_O@ @TIGER_O@ @SHA512_O@