Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dmitry Baryshkov
nettle
Commits
e46a380e
Commit
e46a380e
authored
Feb 06, 2004
by
Niels Möller
Browse files
(EXTRA_DIST, DISTCLEANFILES): Handle
sha1-compress.asm. Rev: src/nettle/Makefile.am:1.72
parent
75a2ff15
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.am
View file @
e46a380e
...
@@ -71,11 +71,12 @@ EXTRA_DIST = memxor.h $(des_headers) descore.README nettle.html \
...
@@ -71,11 +71,12 @@ EXTRA_DIST = memxor.h $(des_headers) descore.README nettle.html \
sha-example.c .bootstrap
$(des_headers)
\
sha-example.c .bootstrap
$(des_headers)
\
sparc/aes.asm sparc/machine.m4
\
sparc/aes.asm sparc/machine.m4
\
x86/aes.asm x86/aes-encrypt.asm x86/aes-decrypt.asm
\
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
\
DISTCLEANFILES
=
aes.asm aes.s
\
aes-decrypt.asm aes-decrypt.s aes-encrypt.asm aes-encrypt.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)
CLEANFILES
=
$(SHLIBFORLINK)
clean-local
:
clean-local
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment