Skip to content
Snippets Groups Projects
Commit e46a380e authored by Niels Möller's avatar Niels Möller
Browse files

(EXTRA_DIST, DISTCLEANFILES): Handle

sha1-compress.asm.

Rev: src/nettle/Makefile.am:1.72
parent 75a2ff15
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment