From f016443026af3dfafbb7b5a8c65c37768a9df182 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Thomas=20Wei=C3=9Fschuh?= Date: Sat, 30 Mar 2024 17:46:19 +0100 Subject: [PATCH] autotools: distribute pam_lastlog2/meson.build MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Otherwise building the dist tarball via meson doesn't work. Fixes #2875 Signed-off-by: Thomas Weißschuh --- pam_lastlog2/Makemodule.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pam_lastlog2/Makemodule.am b/pam_lastlog2/Makemodule.am index f33c98ba53..f17cc09f6a 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 -- 2.47.2