]> 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)
committerThomas Weißschuh <thomas@t-8ch.de>
Sat, 30 Mar 2024 16:46:19 +0000 (17:46 +0100)
Otherwise building the dist tarball via meson doesn't work.

Fixes #2875
Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
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