mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
* Makefile.am: Make sure sha512.c is included in the tarball.
This commit is contained in:
parent
591dac51f9
commit
eee851ad83
2 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
||||||
2003-02-11 David Shaw <dshaw@jabberwocky.com>
|
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
|
* Makefile.am, md.c (load_digest_module): Only build in SHA384/512
|
||||||
if specifically enabled.
|
if specifically enabled.
|
||||||
|
|
||||||
|
|
|
@ -54,7 +54,7 @@ libcipher_a_SOURCES = cipher.c \
|
||||||
sha1.c \
|
sha1.c \
|
||||||
sha256.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_DEPENDENCIES = @IDEA_O@ @TIGER_O@ @SHA512_O@
|
||||||
libcipher_a_LIBADD = @IDEA_O@ @TIGER_O@ @SHA512_O@
|
libcipher_a_LIBADD = @IDEA_O@ @TIGER_O@ @SHA512_O@
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue