From: Thomas Weißschuh Date: Sat, 30 Mar 2024 16:46:19 +0000 (+0100) Subject: autotools: distribute pam_lastlog2/meson.build X-Git-Tag: v2.42-start~462^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f016443026af3dfafbb7b5a8c65c37768a9df182;p=thirdparty%2Futil-linux.git autotools: distribute pam_lastlog2/meson.build Otherwise building the dist tarball via meson doesn't work. Fixes #2875 Signed-off-by: Thomas Weißschuh --- diff --git a/pam_lastlog2/Makemodule.am b/pam_lastlog2/Makemodule.am index f33c98ba5..f17cc09f6 100644 --- a/pam_lastlog2/Makemodule.am +++ b/pam_lastlog2/Makemodule.am @@ -3,6 +3,6 @@ if BUILD_PAM_LASTLOG2 include pam_lastlog2/man/Makemodule.am include pam_lastlog2/src/Makemodule.am -EXTRA_DIST += pam_lastlog2/COPYING +EXTRA_DIST += pam_lastlog2/COPYING pam_lastlog2/meson.build endif # BUILD_PAM_LASTLOG2