]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
build-sys: include tools/git-version-gen in the tarball
authorPetr Uzel <petr.uzel@suse.cz>
Fri, 27 Jul 2012 11:15:54 +0000 (13:15 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 30 Jul 2012 15:12:29 +0000 (17:12 +0200)
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 <petr.uzel@suse.cz>
Makefile.am

index 112a4fb2c02d0c8a75edfb726ba8503dba376f0f..1aeca791ecfd457005e10e2824903d584b0309a8 100644 (file)
@@ -61,7 +61,8 @@ EXTRA_DIST += \
        autogen.sh \
        Documentation \
        po/update-potfiles \
-       README.licensing
+       README.licensing \
+       tools/git-version-gen
 
 
 include include/Makemodule.am