From 58d3b6f53cde33836d5351b667bc03c58d6f62fa Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se>
Date: Thu, 5 Feb 2004 17:10:15 +0100
Subject: [PATCH] (EXTRA_DIST): Make sure x86 assembler files are distributed.
 (DISTCLEANFILES): And that the symlinks and .s files are deleted.

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

diff --git a/Makefile.am b/Makefile.am
index b89f7204..bd25ecd6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -70,11 +70,12 @@ all-local: nettle.html
 EXTRA_DIST = memxor.h $(des_headers) descore.README nettle.html \
 	sha-example.c .bootstrap $(des_headers) \
 	sparc/aes.asm sparc/machine.m4 \
-	x86/aes.asm x86/aes_tables.asm
+	x86/aes.asm x86/aes-encrypt.asm x86/aes-decrypt.asm \
+	x86/aes_tables.asm x86/arcfour-crypt.asm
 
 DISTCLEANFILES = aes.asm aes.s \
 	aes-decrypt.asm aes-decrypt.s aes-encrypt.asm aes-encrypt.s \
-	machine.m4 nettle-types.h
+	arcfour-crypt.asm arcfour-crypt.s machine.m4 nettle-types.h
 
 CLEANFILES = $(SHLIBFORLINK)
 clean-local:
-- 
GitLab