From 8b0267e0870c4db31b69ff8fb9af828e42afa84c Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Mon, 25 Jun 2018 14:57:36 -0700 Subject: [PATCH] blowfish/Makefile.am: compile.sh missing from EXTRA_DIST. --- src/blowfish/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/blowfish/Makefile.am b/src/blowfish/Makefile.am index 17f37cf84..8f4e9cf3c 100644 --- a/src/blowfish/Makefile.am +++ b/src/blowfish/Makefile.am @@ -88,8 +88,8 @@ all_sources = $(sources) blowfish-adapter.c ETAGS_ARGS = $(all_sources) -r '/^([^iI].*/' $(cdecls) TAGS_DEPENDENCIES = $(all_sources) $(cdecls) -EXTRA_DIST += $(all_sources) $(cdecls) compile.scm blowfish.pkg -EXTRA_DIST += blowfish-check.scm blowfish-check.sh +EXTRA_DIST += $(all_sources) $(cdecls) compile.sh compile.scm blowfish.pkg +EXTRA_DIST += blowfish-test.scm blowfish-check.scm blowfish-check.sh EXTRA_DIST += make.scm optiondb.scm tags-fix.sh install-data-hook: -- 2.25.1