diff options
Diffstat (limited to 'cipher/Makefile.am')
-rw-r--r-- | cipher/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cipher/Makefile.am b/cipher/Makefile.am index 4f06a8091..52adecc6a 100644 --- a/cipher/Makefile.am +++ b/cipher/Makefile.am @@ -52,6 +52,8 @@ libcipher_a_SOURCES = cipher.c \ md5.c \ rmd160.c \ sha1.c \ + sha256.c \ + sha512.c \ tiger.c EXTRA_libcipher_a_SOURCES = idea-stub.c |