From 1f7052e2a035d022870635efb08e2650c3afc10a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se>
Date: Mon, 14 Jan 2002 21:06:52 +0100
Subject: [PATCH] * Makefile.am (libnettle_a_SOURCES): Added hmac-sha1.c and
 nettle-internal.h.

* testsuite/Makefile.am (TS_PROGS): Added hmac-test. Deleted old
m4-stuff.

* Makefile.am (libnettle_a_SOURCES): Added hmac.c and hmac-md5.c.
(libnettleinclude_HEADERS): Added hmac.h.

Rev: src/nettle/Makefile.am:1.25
---
 Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 10c74653..07184eb1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -20,7 +20,7 @@ libnettle_a_SOURCES = aes.c aes.h aes-meta.c arcfour.c arcfour.h arcfour-meta.c\
 		      cbc.c \
 		      des.c des.h desinfo.h desCode.h \
 		      des3.c des-compat.c des-compat.h \
-		      hmac.c hmac-md5.c \
+		      hmac.c hmac-md5.c hmac-sha1.c \
 		      md5.c md5.h md5-compat.c md5-compat.h md5-meta.c \
 		      sha.h sha1.c sha1-meta.c sha256.c sha256-meta.c \
 		      serpent.c serpent.h serpent_sboxes.h serpent-meta.c \
@@ -29,7 +29,7 @@ libnettle_a_SOURCES = aes.c aes.h aes-meta.c arcfour.c arcfour.h arcfour-meta.c\
 		      bignum.h bignum.c \
 		      rsa.h rsa.c rsa_md5.c rsa_sha1.c \
 		      rsa-compat.h rsa-compat.c \
-		      nettle-internal.c
+		      nettle-internal.c nettle-internal.h
 
 libnettle_a_LIBADD = @LIBOBJS@
 
-- 
GitLab