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

Fixes for make dist.

parent 7ee0230d
No related branches found
No related tags found
No related merge requests found
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:
......
...@@ -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 \
......
...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment