From: Simon McVittie Date: Thu, 14 Jul 2022 23:43:49 +0000 (+0100) Subject: build: Distribute update-authors.sh in tarballs X-Git-Tag: dbus-1.15.0~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d3f48e8c85bd884888da4e62e2ae0a195e22e69;p=thirdparty%2Fdbus.git 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 --- diff --git a/Makefile.am b/Makefile.am index d93719589..ae2d648db 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 \