diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Makefile.in | 2 | ||||
-rw-r--r-- | testsuite/Makefile.in | 2 |
3 files changed, 7 insertions, 2 deletions
@@ -1,3 +1,8 @@ +2020-04-25 Niels Möller <nisse@lysator.liu.se> + + * Makefile.in (DISTFILES): Add poly1305-internal.h. + * testsuite/Makefile.in (DISTFILES): Delete setup-env. + 2020-04-23 Niels Möller <nisse@lysator.liu.se> * 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) |