aboutsummaryrefslogtreecommitdiffstats
path: root/cipher/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'cipher/Makefile.am')
-rw-r--r--cipher/Makefile.am7
1 files changed, 3 insertions, 4 deletions
diff --git a/cipher/Makefile.am b/cipher/Makefile.am
index 4a228e0f6..024aaa97a 100644
--- a/cipher/Makefile.am
+++ b/cipher/Makefile.am
@@ -52,13 +52,12 @@ libcipher_a_SOURCES = cipher.c \
md5.c \
rmd160.c \
sha1.c \
- sha256.c \
- sha512.c
+ sha256.c
EXTRA_libcipher_a_SOURCES = idea-stub.c tiger.c
-libcipher_a_DEPENDENCIES = @IDEA_O@ @TIGER_O@
-libcipher_a_LIBADD = @IDEA_O@ @TIGER_O@
+libcipher_a_DEPENDENCIES = @IDEA_O@ @TIGER_O@ @SHA512_O@
+libcipher_a_LIBADD = @IDEA_O@ @TIGER_O@ @SHA512_O@
tiger.o: $(srcdir)/tiger.c
`echo $(COMPILE) -c $(srcdir)/tiger.c | sed -e 's/-O[2-9s]*/-O1/g' `