From: Niels Möller Date: Mon, 15 Oct 2001 15:35:27 +0000 (+0200) Subject: (EXTRA_DIST): Include rfc1750.txt in the X-Git-Tag: nettle_1.5_release_20020131~125 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52630bd8daa051234b98fc0f9c2a3d4547d57328;p=thirdparty%2Fnettle.git (EXTRA_DIST): Include rfc1750.txt in the distribution. Rev: src/nettle/testsuite/Makefile.am:1.14 --- diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am index c61a8d98..0815ffa1 100644 --- a/testsuite/Makefile.am +++ b/testsuite/Makefile.am @@ -16,7 +16,8 @@ M4_FILES = aes-test.m4 arcfour-test.m4 blowfish-test.m4 cast128-test.m4 \ noinst_PROGRAMS = $(TS_PROGS) LDADD = testutils.o ../libnettle.a -EXTRA_DIST = $(M4_FILES) macros.m4 testutils.c testutils.h run-tests +EXTRA_DIST = $(M4_FILES) macros.m4 testutils.c testutils.h \ + run-tests rfc1750.txt M4FLAGS = -P -s # M4FLAGS = -P