From 2d3f48e8c85bd884888da4e62e2ae0a195e22e69 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 15 Jul 2022 00:43:49 +0100 Subject: [PATCH] build: Distribute update-authors.sh in tarballs Newer versions of Meson require the script for a run_target() to be present at configure time, even if the script isn't run. Signed-off-by: Simon McVittie --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index d9371958..ae2d648d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -28,6 +28,7 @@ EXTRA_DIST = \ bus/CMakeLists.txt \ dbus/CMakeLists.txt \ doc/CMakeLists.txt \ + maint/update-authors.sh \ meson.build \ meson_options.txt \ meson_post_install.py \