From: Niels Möller Date: Wed, 23 Nov 2005 12:44:32 +0000 (+0100) Subject: * testsuite/Makefile.in (DISTFILES): Added teardown-env. X-Git-Tag: nettle_1.14_release_20051205~31 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b62397da9b5bcd4d40fcb7587a48ca8ac4e164d7;p=thirdparty%2Fnettle.git * testsuite/Makefile.in (DISTFILES): Added teardown-env. Rev: src/nettle/testsuite/Makefile.in:1.16 --- 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)