diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2010-11-26 16:53:06 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2010-11-26 17:01:59 +0000 |
commit | a44ec081b6ea10036ca0734197a47b1dfa035a1a (patch) | |
tree | b87b43073b1ebe39d138bddf6d453e7a55443051 /Makefile.am | |
parent | 4cf4f2b66f850bb39c5bf29d3cd12ada9114d67e (diff) | |
download | libguestfs-a44ec081b6ea10036ca0734197a47b1dfa035a1a.tar.gz libguestfs-a44ec081b6ea10036ca0734197a47b1dfa035a1a.tar.xz libguestfs-a44ec081b6ea10036ca0734197a47b1dfa035a1a.zip |
build: Add several missing shell scripts to dist.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index bfca6a1e..fb1a0840 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 |