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

(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
parent 15536636
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
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