mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-09 12:54:23 +01:00
* Makefile.am: Make sure sha512.c is included in the tarball.
This commit is contained in:
parent
591dac51f9
commit
eee851ad83
@ -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.
|
||||
|
||||
|
@ -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@
|
||||
|
Loading…
x
Reference in New Issue
Block a user