From: Petr Uzel Date: Fri, 27 Jul 2012 11:15:54 +0000 (+0200) Subject: build-sys: include tools/git-version-gen in the tarball X-Git-Tag: v2.22-rc2~58 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b53f8b8eff0c826e50190e1422d4ae9ec39d9962;p=thirdparty%2Futil-linux.git build-sys: include tools/git-version-gen in the tarball tools/git-version-gen is called from AC_INIT. Include it in the tarball to make it easier to autoreconf-igure the package. Signed-off-by: Petr Uzel --- diff --git a/Makefile.am b/Makefile.am index 112a4fb2c0..1aeca791ec 100644 --- a/Makefile.am +++ b/Makefile.am @@ -61,7 +61,8 @@ EXTRA_DIST += \ autogen.sh \ Documentation \ po/update-potfiles \ - README.licensing + README.licensing \ + tools/git-version-gen include include/Makemodule.am