From: Niels Möller Date: Sun, 16 Feb 2003 11:52:47 +0000 (+0100) Subject: (EXTRA_DIST): Added getopt.h. X-Git-Tag: nettle_1.7_release_20030311~18 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e35e542c89bd570e1fcd96020a8b526f98906c8c;p=thirdparty%2Fnettle.git (EXTRA_DIST): Added getopt.h. Rev: src/nettle/tools/Makefile.am:1.5 --- 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