From: Niels Möller Date: Fri, 6 Feb 2004 12:11:50 +0000 (+0100) Subject: (EXTRA_DIST, DISTCLEANFILES): Handle X-Git-Tag: nettle_1.9_release_20040207~25 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e46a380e3258d988672708b9650b08f594f42b85;p=thirdparty%2Fnettle.git (EXTRA_DIST, DISTCLEANFILES): Handle sha1-compress.asm. Rev: src/nettle/Makefile.am:1.72 --- 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: