diff options
author | David Shaw <[email protected]> | 2003-02-12 04:49:16 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2003-02-12 04:49:16 +0000 |
commit | eee851ad83cd0a50740a6139bad8efa88f37a884 (patch) | |
tree | c1cbdac532823ce781eb587a107bb14822f6586b | |
parent | * Makefile.am: Use the more correct @PACKAGE@ rather than "gnupg". (diff) | |
download | gnupg-eee851ad83cd0a50740a6139bad8efa88f37a884.tar.gz gnupg-eee851ad83cd0a50740a6139bad8efa88f37a884.zip |
* Makefile.am: Make sure sha512.c is included in the tarball.
-rw-r--r-- | cipher/ChangeLog | 2 | ||||
-rw-r--r-- | cipher/Makefile.am | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/cipher/ChangeLog b/cipher/ChangeLog index b1308d357..83d053055 100644 --- a/cipher/ChangeLog +++ b/cipher/ChangeLog @@ -1,5 +1,7 @@ 2003-02-11 David Shaw <[email protected]> + * 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. diff --git a/cipher/Makefile.am b/cipher/Makefile.am index 024aaa97a..0c87c51eb 100644 --- a/cipher/Makefile.am +++ b/cipher/Makefile.am @@ -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@ |