From 3ee8c6aa135c44693444dc743876d845de6e2a13 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se>
Date: Wed, 5 Sep 2001 16:45:12 +0200
Subject: [PATCH] (libnettleinclude_HEADERS): Added missing includes.
 (libnettle_a_SOURCES): Added md5-compat.c and md5-compat.h.

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

diff --git a/Makefile.am b/Makefile.am
index c6ceaa46..984903fd 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,13 +5,16 @@ noinst_PROGRAMS = desdata
 libnettleincludedir = $(includedir)/nettle
 
 lib_LIBRARIES = libnettle.a
-libnettleinclude_HEADERS = aes.h arcfour.h des.h md5.h sha1.h
+libnettleinclude_HEADERS = aes.h arcfour.h blowfish.h cast128.h des.h \
+			   serpent.h twofish.h \
+			   md5.h md5-compat.h sha1.h
 
 libnettle_a_SOURCES = aes.c aes.h arcfour.c arcfour.h \
 		      cast128.c cast128.h cast128_sboxes.h \
 		      blowfish.h blowfish.c \
 		      des.c des.h desinfo.h desCode.h \
-		      md5.c md5.h sha1.c sha1.h \
+		      md5.c md5.h md5-compat.c md5-compat.h \
+		      sha1.c sha1.h \
 		      serpent.c serpent.h serpent_sboxes.h \
 		      twofish.c twofish.h
 
-- 
GitLab