1
0
mirror of git://git.gnupg.org/gnupg.git synced 2025-01-08 12:44:23 +01:00

* Makefile.am: Make sure sha512.c is included in the tarball.

This commit is contained in:
David Shaw 2003-02-12 04:49:16 +00:00
parent 591dac51f9
commit eee851ad83
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2003-02-11 David Shaw <dshaw@jabberwocky.com>
* Makefile.am: Make sure sha512.c is included in the tarball.
* Makefile.am, md.c (load_digest_module): Only build in SHA384/512
if specifically enabled.

View File

@ -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@