]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
autotools: distribute pam_lastlog2/meson.build
authorThomas Weißschuh <thomas@t-8ch.de>
Sat, 30 Mar 2024 16:46:19 +0000 (17:46 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 2 Apr 2024 06:35:24 +0000 (08:35 +0200)
Otherwise building the dist tarball via meson doesn't work.

Fixes #2875
Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
(cherry picked from commit f016443026af3dfafbb7b5a8c65c37768a9df182)

pam_lastlog2/Makemodule.am

index f33c98ba53242bbcac21f7df73022fa4f3793027..f17cc09f6a14abbcb0083e7b65d8b62b3902de3f 100644 (file)
@@ -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