From 66f39b85236d1540119b92d46b707a9a2e9f9a31 Mon Sep 17 00:00:00 2001 From: Simon Josefsson <simon@josefsson.org> Date: Tue, 24 Aug 2004 17:24:13 +0200 Subject: [PATCH] (libnettleinclude_HEADERS): Added arctwo.h. (libnettle_a_SOURCES): Added arctwo.c, arctwo.h and arctwo-meta.c. Rev: src/nettle/Makefile.am:1.77 --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 7f88b81b..8ea73088 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,7 +5,7 @@ noinst_PROGRAMS = aesdata desdata shadata libnettleincludedir = $(includedir)/nettle lib_LIBRARIES = libnettle.a -libnettleinclude_HEADERS = aes.h arcfour.h bignum.h blowfish.h \ +libnettleinclude_HEADERS = aes.h arcfour.h arctwo.h bignum.h blowfish.h \ base16.h base64.h buffer.h cast128.h \ cbc.h \ des.h des-compat.h dsa.h \ @@ -28,6 +28,7 @@ libnettle_a_SOURCES = aes.c aes.h aes-internal.h \ aes-encrypt-table.c aes-encrypt.c \ aes-set-encrypt-key.c aes-set-decrypt-key.c aes-meta.c \ arcfour.c arcfour.h arcfour-crypt.c arcfour-meta.c \ + arctwo.c arctwo.h arctwo-meta.c \ base16-encode.c base16-decode.c base16-meta.c \ base64-encode.c base64-decode.c base64-meta.c base64.h \ cast128.c cast128.h cast128_sboxes.h cast128-meta.c \ -- GitLab