From: Niels Möller Date: Sun, 6 Aug 2023 19:44:11 +0000 (+0200) Subject: Add sc-valgrind.sh in DISTFILES. X-Git-Tag: nettle_3.10rc1~75^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74ab4c9a7bad4038c95ef2b3c95121dd5576ea24;p=thirdparty%2Fnettle.git Add sc-valgrind.sh in DISTFILES. --- diff --git a/testsuite/Makefile.in b/testsuite/Makefile.in index ff491c4a..475ec97d 100644 --- a/testsuite/Makefile.in +++ b/testsuite/Makefile.in @@ -84,7 +84,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) gold-bug.txt testutils.h sha3.awk + $(TS_SH) sc-valgrind.sh gold-bug.txt testutils.h sha3.awk all: $(EXTRA_TARGETS)