From a572c002311c80164758340b9e6edb8fbfc47eca Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Sun, 26 Mar 2023 22:30:54 -0700 Subject: [PATCH] Add tools/get-version-number to the distribution tarballs Without this, 'autoreconf' only works in the git repo, not in tarballs. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 # -- 2.43.0