From e35e542c89bd570e1fcd96020a8b526f98906c8c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se>
Date: Sun, 16 Feb 2003 12:52:47 +0100
Subject: [PATCH] (EXTRA_DIST): Added getopt.h.

Rev: src/nettle/tools/Makefile.am:1.5
---
 tools/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/Makefile.am b/tools/Makefile.am
index a60852a4..2e5e3db2 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -11,7 +11,7 @@ bin_PROGRAMS = sexp-conv
 # It seems there's no DEPENDENCIES variable that affects all programs.
 LDADD = -lnettle ../libnettle.a
 
-EXTRA_DIST = misc.h input.h output.h parse.h
+EXTRA_DIST = misc.h input.h output.h parse.h getopt.h
 
 sexp_conv_SOURCES = sexp-conv.c input.c output.c parse.c \
 	getopt.c getopt1.c misc.c
-- 
GitLab