diff options
author | Tomas Mraz <tmraz@fedoraproject.org> | 2019-01-04 12:36:13 +0100 |
---|---|---|
committer | Tomas Mraz <tmraz@fedoraproject.org> | 2019-01-04 12:36:13 +0100 |
commit | be49469b9119767158bc5306f4085c366751c56b (patch) | |
tree | 9d5cc7582f681a40d5dd99c7c204e9b5ac4a2db9 /modules/Makefile.am | |
parent | 91d4678388b2a7d768ee2ec8cc569e11fc223ffd (diff) | |
download | pam-be49469b9119767158bc5306f4085c366751c56b.tar.gz pam-be49469b9119767158bc5306f4085c366751c56b.tar.bz2 pam-be49469b9119767158bc5306f4085c366751c56b.zip |
Fix regressions from the last commits.
* configure.ac: Test for logwtmp needs -lutil in LIBS.
* modules/Makefile.am: Fix indentation of variable assignments causing
creation of incorrect Makefile.
Diffstat (limited to 'modules/Makefile.am')
-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 \ |