From: Niels Möller Date: Sat, 26 Nov 2005 22:58:45 +0000 (+0100) Subject: (DISTFILES): Added $(EXTRA_SOURCES). X-Git-Tag: nettle_1.14_release_20051205~11 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6804342e3cf7ab7703dbec7dff94321ed19c001c;p=thirdparty%2Fnettle.git (DISTFILES): Added $(EXTRA_SOURCES). Rev: src/nettle/testsuite/Makefile.in:1.21 --- 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)