From 6804342e3cf7ab7703dbec7dff94321ed19c001c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Sat, 26 Nov 2005 23:58:45 +0100 Subject: [PATCH] (DISTFILES): Added $(EXTRA_SOURCES). Rev: src/nettle/testsuite/Makefile.in:1.21 --- testsuite/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/testsuite/Makefile.in b/testsuite/Makefile.in index a0208bda..c12575e7 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 .test-rules.make $(TS_SH) run-tests teardown-env \ +DISTFILES = $(SOURCES) $(EXTRA_SOURCES) Makefile.in .test-rules.make \ + $(TS_SH) run-tests teardown-env \ rfc1750.txt testutils.h all: $(TARGETS) $(EXTRA_TARGETS) -- GitLab