From: Niels Möller Date: Tue, 9 Oct 2001 16:26:11 +0000 (+0200) Subject: (libnettle_a_SOURCES): Added yarrow_key_event.c. X-Git-Tag: nettle_1.5_release_20020131~150 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbbf9d8adfe246279fc45f88493aaef2d73db712;p=thirdparty%2Fnettle.git (libnettle_a_SOURCES): Added yarrow_key_event.c. Rev: src/nettle/Makefile.am:1.18 --- diff --git a/Makefile.am b/Makefile.am index 52ddf0f5..32d0b33d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,7 +19,8 @@ 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 yarrow256.c yarrow.h + twofish.c twofish.h \ + yarrow.h yarrow256.c yarrow_key_event.c libnettle_a_LIBADD = @LIBOBJS@