aboutsummaryrefslogtreecommitdiffstats
path: root/cipher/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'cipher/Makefile.am')
-rw-r--r--cipher/Makefile.am9
1 files changed, 3 insertions, 6 deletions
diff --git a/cipher/Makefile.am b/cipher/Makefile.am
index 0c87c51eb..def6c36af 100644
--- a/cipher/Makefile.am
+++ b/cipher/Makefile.am
@@ -54,10 +54,7 @@ libcipher_a_SOURCES = cipher.c \
sha1.c \
sha256.c
-EXTRA_libcipher_a_SOURCES = idea-stub.c tiger.c sha512.c
+EXTRA_libcipher_a_SOURCES = idea-stub.c sha512.c
-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' `
+libcipher_a_DEPENDENCIES = @IDEA_O@ @SHA512_O@
+libcipher_a_LIBADD = @IDEA_O@ @SHA512_O@