Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Nettle
nettle
Commits
e46a380e
Commit
e46a380e
authored
Feb 06, 2004
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(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
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
Makefile.am
Makefile.am
+3
-2
No files found.
Makefile.am
View file @
e46a380e
...
...
@@ -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
:
...
...
Write
Preview
Markdown
is supported
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