diff options
author | Patrick Ohly <patrick.ohly@intel.com> | 2009-11-27 13:51:03 +0100 |
---|---|---|
committer | Patrick Ohly <patrick.ohly@intel.com> | 2009-11-27 13:51:03 +0100 |
commit | 2277bf8bf5485513361420c91d8260b960f3ee7e (patch) | |
tree | cd88aa43a69fbd2cb3ae8b2da5268b276fb8c639 | |
parent | b47fc285ca21ca5bb536e536fc9d2b05c8f1421b (diff) |
autotools: include gen-autotools.sh in source tar ball (MB #7822)
The file is required to run ./autogen.sh. Without it, the autotools
files could only be rebuilt manually or with autoreconf.
-rw-r--r-- | Makefile-gen.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile-gen.am b/Makefile-gen.am index 2977bd60..0673155c 100644 --- a/Makefile-gen.am +++ b/Makefile-gen.am @@ -11,6 +11,7 @@ EXTRA_DIST = \ description \ configure-pre.in \ configure-post.in \ + gen-autotools.sh \ autogen.sh \ Makefile-gen.am \ Doxyfile |