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
Wim Lewis
nettle
Commits
2f742c69
Commit
2f742c69
authored
Apr 11, 2014
by
Niels Möller
Browse files
Fixes for make dist.
parent
7ee0230d
Changes
3
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
2f742c69
2014-04-11 Niels Möller <nisse@lysator.liu.se>
* Makefile.in (DISTFILES): Deleted memxor.c, already included via
nettle_SOURCES.
* tools/Makefile.in (SOURCES): Add nettle-pbkdf2.c.
2014-04-10 Niels Möller <nisse@lysator.liu.se>
From Nikos Mavrogiannopoulos:
...
...
Makefile.in
View file @
2f742c69
...
...
@@ -199,7 +199,7 @@ DISTFILES = $(SOURCES) $(HEADERS) getopt.h .bootstrap run-tests \
config.h.in config.m4.in config.make.in Makefile.in
\
README AUTHORS COPYING.LIB INSTALL NEWS TODO ChangeLog
\
nettle.pc.in hogweed.pc.in
\
memxor.c
$(des_headers)
descore.README
\
$(des_headers)
descore.README
\
aes-internal.h camellia-internal.h serpent-internal.h
\
cast128_sboxes.h desinfo.h desCode.h
\
nettle-internal.h nettle-write.h prime-list.h
\
...
...
tools/Makefile.in
View file @
2f742c69
...
...
@@ -31,7 +31,7 @@ pkcs1_conv_SOURCES = pkcs1-conv.c misc.c
nettle_hash_SOURCES
=
nettle-hash.c misc.c
nettle_pbkdf2_SOURCES
=
nettle-pbkdf2.c misc.c
SOURCES
=
$(sexp_conv_SOURCES)
nettle-hash.c nettle-lfib-stream.c pkcs1-conv.c
SOURCES
=
$(sexp_conv_SOURCES)
nettle-hash.c nettle-lfib-stream.c pkcs1-conv.c
nettle-pbkdf2.c
DISTFILES
=
$(SOURCES)
Makefile.in input.h misc.h output.h parse.h
...
...
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