Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
nettle
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Norbert Pócs
nettle
Commits
2f742c69
Commit
2f742c69
authored
Apr 11, 2014
by
Niels Möller
Browse files
Options
Downloads
Patches
Plain Diff
Fixes for make dist.
parent
7ee0230d
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
ChangeLog
+6
-0
6 additions, 0 deletions
ChangeLog
Makefile.in
+1
-1
1 addition, 1 deletion
Makefile.in
tools/Makefile.in
+1
-1
1 addition, 1 deletion
tools/Makefile.in
with
8 additions
and
2 deletions
ChangeLog
+
6
−
0
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>
2014-04-10 Niels Möller <nisse@lysator.liu.se>
From Nikos Mavrogiannopoulos:
From Nikos Mavrogiannopoulos:
...
...
This diff is collapsed.
Click to expand it.
Makefile.in
+
1
−
1
View file @
2f742c69
...
@@ -199,7 +199,7 @@ DISTFILES = $(SOURCES) $(HEADERS) getopt.h .bootstrap run-tests \
...
@@ -199,7 +199,7 @@ DISTFILES = $(SOURCES) $(HEADERS) getopt.h .bootstrap run-tests \
config.h.in config.m4.in config.make.in Makefile.in
\
config.h.in config.m4.in config.make.in Makefile.in
\
README AUTHORS COPYING.LIB INSTALL NEWS TODO ChangeLog
\
README AUTHORS COPYING.LIB INSTALL NEWS TODO ChangeLog
\
nettle.pc.in hogweed.pc.in
\
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
\
aes-internal.h camellia-internal.h serpent-internal.h
\
cast128_sboxes.h desinfo.h desCode.h
\
cast128_sboxes.h desinfo.h desCode.h
\
nettle-internal.h nettle-write.h prime-list.h
\
nettle-internal.h nettle-write.h prime-list.h
\
...
...
This diff is collapsed.
Click to expand it.
tools/Makefile.in
+
1
−
1
View file @
2f742c69
...
@@ -31,7 +31,7 @@ pkcs1_conv_SOURCES = pkcs1-conv.c misc.c
...
@@ -31,7 +31,7 @@ pkcs1_conv_SOURCES = pkcs1-conv.c misc.c
nettle_hash_SOURCES
=
nettle-hash.c misc.c
nettle_hash_SOURCES
=
nettle-hash.c misc.c
nettle_pbkdf2_SOURCES
=
nettle-pbkdf2.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
DISTFILES
=
$(
SOURCES
)
Makefile.in input.h misc.h output.h parse.h
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment