]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
(EXTRA_DIST): Make sure x86 assembler files are
authorNiels Möller <nisse@lysator.liu.se>
Thu, 5 Feb 2004 16:10:15 +0000 (17:10 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Thu, 5 Feb 2004 16:10:15 +0000 (17:10 +0100)
distributed.
(DISTCLEANFILES): And that the symlinks and .s files are deleted.

Rev: src/nettle/Makefile.am:1.70

Makefile.am

index b89f720492ec91a40b471efc4639398289eda9b6..bd25ecd661c705238794e76260f1bcd427c35ad4 100644 (file)
@@ -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: