From ac5d05238634b4949174c15c3a0cde63be80ac67 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se>
Date: Tue, 26 Aug 2003 08:49:25 +0200
Subject: [PATCH] * Makefile.am: Added md2 and md5 files. Deleted the
 print-path hack.

* testsuite/Makefile.am (TS_PROGS): Added rsa-encrypt-test,
md4-test, and md2-test.

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

diff --git a/Makefile.am b/Makefile.am
index 0e448866..e85724e6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -12,6 +12,7 @@ libnettleinclude_HEADERS = aes.h arcfour.h blowfish.h \
 			   hmac.h \
 			   knuth-lfib.h \
 			   macros.h \
+			   md2.h md4.h \
 			   md5.h md5-compat.h \
 			   nettle-meta.h \
 			   pgp.h realloc.h rsa.h \
@@ -33,6 +34,7 @@ libnettle_a_SOURCES = aes.c aes.h aes-internal.h \
 		      des3.c des-compat.c des-compat.h \
 		      hmac.c hmac.h hmac-md5.c hmac-sha1.c hmac-sha256.c \
 		      knuth-lfib.c knuth-lfib.h \
+		      md2.c md2-meta.c md4.c md4-meta.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 \
@@ -62,10 +64,7 @@ shadata_LDADD = -lm
 
 info_TEXINFOS = nettle.texinfo
 
-all-local: nettle.html print-path
-.PHONY: print-path
-print-path:
-	echo PATH: $$PATH
+all-local: nettle.html
 
 EXTRA_DIST = memxor.h $(des_headers) descore.README nettle.html \
 	sha-example.c .bootstrap $(des_headers) \
-- 
GitLab