From 217a60515515912b0b4176f5b40a8c8a3ea73f89 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se>
Date: Wed, 30 Oct 2002 23:13:33 +0100
Subject: [PATCH] * Makefile.am: Added base16 files.

Rev: src/nettle/Makefile.am:1.49
---
 Makefile.am | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 7a4acb82..fd6e6cb1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,7 +6,7 @@ libnettleincludedir = $(includedir)/nettle
 
 lib_LIBRARIES = libnettle.a
 libnettleinclude_HEADERS = aes.h arcfour.h blowfish.h \
-			   base64.h buffer.h cast128.h \
+			   base16.h base64.h buffer.h cast128.h \
 			   cbc.h \
 			   des.h des-compat.h dsa.h \
 			   hmac.h \
@@ -25,6 +25,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-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 \
 		      blowfish.h blowfish.c \
-- 
GitLab