blob: f17cc09f6a14abbcb0083e7b65d8b62b3902de3f (
plain)
1
2
3
4
5
6
7
8
|
if BUILD_PAM_LASTLOG2
include pam_lastlog2/man/Makemodule.am
include pam_lastlog2/src/Makemodule.am
EXTRA_DIST += pam_lastlog2/COPYING pam_lastlog2/meson.build
endif # BUILD_PAM_LASTLOG2
|