diff --git a/tools/Makefile.am b/tools/Makefile.am index a60852a432209d9fc5163065d1db6ae6586e299a..2e5e3db2beaac74812069f3d8fc230c311024582 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