From: Niels Möller Date: Sat, 25 Apr 2020 08:13:18 +0000 (+0200) Subject: DISTFILES fixes. X-Git-Tag: nettle_3.6rc2^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a865bd1d037860643e99168026fbf2553f345db9;p=thirdparty%2Fnettle.git DISTFILES fixes. --- diff --git a/ChangeLog b/ChangeLog index c14cec83..31735d8f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2020-04-25 Niels Möller + + * Makefile.in (DISTFILES): Add poly1305-internal.h. + * testsuite/Makefile.in (DISTFILES): Delete setup-env. + 2020-04-23 Niels Möller * run-tests: Set WINEPATH, since it appears wine doesn't search diff --git a/Makefile.in b/Makefile.in index 2453fa7e..e5ccfc76 100644 --- a/Makefile.in +++ b/Makefile.in @@ -246,7 +246,7 @@ DISTFILES = $(SOURCES) $(HEADERS) getopt.h getopt_int.h \ nettle.pc.in hogweed.pc.in \ desdata.stamp $(des_headers) descore.README \ aes-internal.h block-internal.h camellia-internal.h \ - gost28147-internal.h serpent-internal.h \ + gost28147-internal.h poly1305-internal.h serpent-internal.h \ cast128_sboxes.h desinfo.h desCode.h \ ripemd160-internal.h sha2-internal.h \ memxor-internal.h nettle-internal.h nettle-write.h \ diff --git a/testsuite/Makefile.in b/testsuite/Makefile.in index 5a34bdf7..3f5e5f6b 100644 --- a/testsuite/Makefile.in +++ b/testsuite/Makefile.in @@ -76,7 +76,7 @@ EXTRA_TARGETS = $(EXTRA_SOURCES:.c=$(EXEEXT)) SOURCES = $(TS_SOURCES) $(EXTRA_SOURCES) testutils.c dlopen-test.c DISTFILES = $(SOURCES) $(CXX_SOURCES) Makefile.in \ - $(TS_SH) setup-env teardown-env \ + $(TS_SH) teardown-env \ gold-bug.txt testutils.h sha3.awk all: $(EXTRA_TARGETS)