]> wimlib.net Git - wimlib/commitdiff
Add tools/get-version-number to the distribution tarballs
authorEric Biggers <ebiggers3@gmail.com>
Mon, 27 Mar 2023 05:30:54 +0000 (22:30 -0700)
committerEric Biggers <ebiggers3@gmail.com>
Mon, 27 Mar 2023 05:30:54 +0000 (22:30 -0700)
Without this, 'autoreconf' only works in the git repo, not in tarballs.

Makefile.am

index d784d46a9949e3102976956457c58e0b4142becc..19e6815a0609196fbfc94bebeb5b827e807da383 100644 (file)
@@ -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                                      #