* testsuite/Makefile.am (CFLAGS): Added sha256-test.
Rev: src/nettle/Makefile.am:1.17
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 \
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@