From: Niels Möller Date: Fri, 15 Jun 2001 15:07:15 +0000 (+0200) Subject: * Makefile.am (libnettle_a_SOURCES): Added blowfish files. X-Git-Tag: release_nettle_0.2.20010617~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c1a32bb0447ac5df1f4cf987140f8c51f8cef7a;p=thirdparty%2Fnettle.git * Makefile.am (libnettle_a_SOURCES): Added blowfish files. * testsuite/Makefile.am (TS_PROGS): Added tests for twofish and blowfish. Rev: src/nettle/Makefile.am:1.5 --- diff --git a/Makefile.am b/Makefile.am index b8700a5a..2ea47c24 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,7 +7,8 @@ libnettleincludedir = $(includedir)/nettle lib_LIBRARIES = libnettle.a libnettleinclude_HEADERS = aes.h arcfour.h des.h md5.h sha1.h -libnettle_a_SOURCES = aes.c aes.h arcfour.c arcfour.h des.c des.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