From e46a380e3258d988672708b9650b08f594f42b85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Fri, 6 Feb 2004 13:11:50 +0100 Subject: [PATCH] (EXTRA_DIST, DISTCLEANFILES): Handle sha1-compress.asm. Rev: src/nettle/Makefile.am:1.72 --- Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 5d0042c7..2a1c98da 100644 --- a/Makefile.am +++ b/Makefile.am @@ -71,11 +71,12 @@ 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-encrypt.asm x86/aes-decrypt.asm \ - x86/aes_tables.asm x86/arcfour-crypt.asm + x86/aes_tables.asm x86/arcfour-crypt.asm x86/sha1-compress.asm DISTCLEANFILES = aes.asm aes.s \ aes-decrypt.asm aes-decrypt.s aes-encrypt.asm aes-encrypt.s \ - arcfour-crypt.asm arcfour-crypt.s machine.m4 nettle-types.h + arcfour-crypt.asm arcfour-crypt.s sha1-compress.asm sha1-compress.s \ + machine.m4 nettle-types.h CLEANFILES = $(SHLIBFORLINK) clean-local: -- GitLab