From 68f53d70b50dd63f5204b4fa46cb2dc5795beff9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se>
Date: Tue, 30 Oct 2001 20:45:53 +0100
Subject: [PATCH] * Makefile.am (libnettle_a_SOURCES): Added rsa-compat.h and
 rsa-compat.c.

* Makefile.am (libnettle_a_SOURCES): Added rsa and bignum files.

* testsuite/Makefile.am: Added bignum-test.

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

diff --git a/Makefile.am b/Makefile.am
index f48c4547..798c5da8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -24,7 +24,8 @@ libnettle_a_SOURCES = aes.c aes.h arcfour.c arcfour.h \
 		      twofish.c twofish.h \
 		      yarrow.h yarrow256.c yarrow_key_event.c \
 		      bignum.h bignum.c \
-		      rsa.h rsa.c rsa_md5.c rsa_sha1.c
+		      rsa.h rsa.c rsa_md5.c rsa_sha1.c \
+		      rsa-compat.h rsa-compat.c
 
 libnettle_a_LIBADD = @LIBOBJS@
 
-- 
GitLab