From: Niels Möller Date: Sat, 16 Jun 2001 22:17:29 +0000 (+0200) Subject: * Makefile.am (libnettle_a_SOURCES): Added twofish. X-Git-Tag: release_nettle_0.2.20010617~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42d7d416debfc5daa3509d4f4b33f88f5978bd5e;p=thirdparty%2Fnettle.git * Makefile.am (libnettle_a_SOURCES): Added twofish. Rev: src/nettle/Makefile.am:1.7 --- diff --git a/Makefile.am b/Makefile.am index 7277034a..ffa0349b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,7 +10,8 @@ libnettleinclude_HEADERS = aes.h arcfour.h des.h md5.h sha1.h libnettle_a_SOURCES = aes.c aes.h arcfour.c arcfour.h blowfish.h blowfish.c \ des.c des.h \ md5.c md5.h sha1.c sha1.h \ - serpent.c serpent.h serpent_sboxes.h + serpent.c serpent.h serpent_sboxes.h \ + twofish.c twofish.h libnettle_a_LIBADD = @LIBOBJS@