From a44ec081b6ea10036ca0734197a47b1dfa035a1a Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 26 Nov 2010 16:53:06 +0000 Subject: [PATCH 1/1] build: Add several missing shell scripts to dist. --- Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index bfca6a1..fb1a084 100644 --- a/Makefile.am +++ b/Makefile.am @@ -92,7 +92,11 @@ EXTRA_DIST = \ bindtests \ .gitignore \ m4/.gitignore \ - libtool-kill-dependency_libs.sh + libtool-kill-dependency_libs.sh \ + autogen.sh \ + bugs-in-changelog.sh \ + relink-static.sh \ + update-bugs.sh # Recipes web page. html/recipes.html: $(wildcard recipes/*.sh) $(wildcard recipes/*.html) $(wildcard recipes/*.example) Makefile make-recipes.sh -- 1.8.3.1