From b62397da9b5bcd4d40fcb7587a48ca8ac4e164d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Wed, 23 Nov 2005 13:44:32 +0100 Subject: [PATCH] * testsuite/Makefile.in (DISTFILES): Added teardown-env. Rev: src/nettle/testsuite/Makefile.in:1.16 --- testsuite/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/testsuite/Makefile.in b/testsuite/Makefile.in index 7b889451..90d83616 100644 --- a/testsuite/Makefile.in +++ b/testsuite/Makefile.in @@ -33,7 +33,8 @@ EXTRA_TARGETS = $(EXTRA_SOURCES:.c=$(EXEEXT)) SOURCES = $(TS_SOURCES) testutils.c -DISTFILES = $(SOURCES) Makefile.in $(TS_SH) run-tests rfc1750.txt testutils.h +DISTFILES = $(SOURCES) Makefile.in $(TS_SH) run-tests teardown-env \ + rfc1750.txt testutils.h all: $(TARGETS) $(EXTRA_TARGETS) -- GitLab