From 52630bd8daa051234b98fc0f9c2a3d4547d57328 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Mon, 15 Oct 2001 17:35:27 +0200 Subject: [PATCH] (EXTRA_DIST): Include rfc1750.txt in the distribution. Rev: src/nettle/testsuite/Makefile.am:1.14 --- testsuite/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- GitLab