From: Eric Biggers Date: Mon, 27 Mar 2023 05:30:54 +0000 (-0700) Subject: Add tools/get-version-number to the distribution tarballs X-Git-Tag: v1.14.0~61 X-Git-Url: https://wimlib.net/git/?a=commitdiff_plain;h=a572c002311c80164758340b9e6edb8fbfc47eca;p=wimlib Add tools/get-version-number to the distribution tarballs Without this, 'autoreconf' only works in the git repo, not in tarballs. --- diff --git a/Makefile.am b/Makefile.am index d784d46a..19e6815a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,7 +19,7 @@ AM_LDFLAGS = $(PLATFORM_LDFLAGS) EXTRA_DIST = README README.WINDOWS \ COPYING COPYING.GPLv3 COPYING.LGPLv3 \ - examples + examples tools/get-version-number ############################################################################## # Library #