From 71546735dcff88b516ca26fe53a875ef43b88228 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se>
Date: Sun, 7 Oct 2001 23:11:44 +0200
Subject: [PATCH] * Makefile.am: Added yarrow files.

* testsuite/Makefile.am (CFLAGS): Added sha256-test.

Rev: src/nettle/Makefile.am:1.17
---
 Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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@
 
-- 
GitLab