diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/Makefile.am b/modules/Makefile.am index b98dc5c8..612fc740 100644 --- a/modules/Makefile.am +++ b/modules/Makefile.am @@ -3,11 +3,11 @@ # if COND_BUILD_PAM_RHOSTS - MAYBE_PAM_RHOSTS = pam_rhosts + MAYBE_PAM_RHOSTS = pam_rhosts endif if COND_BUILD_PAM_LASTLOG - MAYBE_PAM_LASTLOG = pam_lastlog + MAYBE_PAM_LASTLOG = pam_lastlog endif SUBDIRS := pam_access pam_cracklib pam_debug pam_deny pam_echo \ |