From 6c1a32bb0447ac5df1f4cf987140f8c51f8cef7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Fri, 15 Jun 2001 17:07:15 +0200 Subject: [PATCH] * 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 --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- GitLab