diff options
Diffstat (limited to 'cipher/Makefile.am')
-rw-r--r-- | cipher/Makefile.am | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/cipher/Makefile.am b/cipher/Makefile.am index 6f6ec3298..c73cccd7e 100644 --- a/cipher/Makefile.am +++ b/cipher/Makefile.am @@ -51,15 +51,12 @@ libcipher_a_SOURCES = cipher.c \ rndw32.c \ md5.c \ rmd160.c \ - sha1.c \ - tiger.c + sha1.c -EXTRA_libcipher_a_SOURCES = idea-stub.c +EXTRA_libcipher_a_SOURCES = idea-stub.c tiger.c -libcipher_a_DEPENDENCIES = @IDEA_O@ -libcipher_a_LIBADD = @IDEA_O@ +libcipher_a_DEPENDENCIES = @IDEA_O@ @TIGER_O@ +libcipher_a_LIBADD = @IDEA_O@ @TIGER_O@ tiger.o: $(srcdir)/tiger.c `echo $(COMPILE) -c $(srcdir)/tiger.c | sed -e 's/-O[2-9s]*/-O1/g' ` - - |