From: Niels Möller Date: Sun, 7 Oct 2001 21:11:44 +0000 (+0200) Subject: * Makefile.am: Added yarrow files. X-Git-Tag: nettle_1.5_release_20020131~162 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71546735dcff88b516ca26fe53a875ef43b88228;p=thirdparty%2Fnettle.git * Makefile.am: Added yarrow files. * testsuite/Makefile.am (CFLAGS): Added sha256-test. Rev: src/nettle/Makefile.am:1.17 --- diff --git a/Makefile.am b/Makefile.am index 046cccf0..52ddf0f5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,7 +8,7 @@ lib_LIBRARIES = libnettle.a libnettleinclude_HEADERS = aes.h arcfour.h blowfish.h cast128.h des.h des-compat.h \ serpent.h twofish.h \ md5.h md5-compat.h sha.h \ - cbc.h + cbc.h yarrow.h libnettle_a_SOURCES = aes.c aes.h arcfour.c arcfour.h \ cast128.c cast128.h cast128_sboxes.h \ @@ -19,7 +19,7 @@ libnettle_a_SOURCES = aes.c aes.h arcfour.c arcfour.h \ md5.c md5.h md5-compat.c md5-compat.h \ sha.h sha1.c sha256.c \ serpent.c serpent.h serpent_sboxes.h \ - twofish.c twofish.h + twofish.c twofish.h yarrow256.c yarrow.h libnettle_a_LIBADD = @LIBOBJS@