diff options
Diffstat (limited to 'cipher/Makefile.am')
-rw-r--r-- | cipher/Makefile.am | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/cipher/Makefile.am b/cipher/Makefile.am index 52adecc6a..0c87c51eb 100644 --- a/cipher/Makefile.am +++ b/cipher/Makefile.am @@ -52,14 +52,12 @@ libcipher_a_SOURCES = cipher.c \ md5.c \ rmd160.c \ sha1.c \ - sha256.c \ - sha512.c \ - tiger.c + sha256.c -EXTRA_libcipher_a_SOURCES = idea-stub.c +EXTRA_libcipher_a_SOURCES = idea-stub.c tiger.c sha512.c -libcipher_a_DEPENDENCIES = @IDEA_O@ -libcipher_a_LIBADD = @IDEA_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' ` |