aboutsummaryrefslogtreecommitdiff
path: root/modules/pam_timestamp
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2020-03-18 11:16:14 +0000
committerDmitry V. Levin <ldv@altlinux.org>2020-03-18 11:16:14 +0000
commita09af55347372864d4d168fa1fa424f832426150 (patch)
treeb32eb1c52d6ce875ca952594a8946515f26c8963 /modules/pam_timestamp
parentaf962ab398306ef8d15e15ee7c237f8605b9e8ba (diff)
downloadpam-a09af55347372864d4d168fa1fa424f832426150.tar.gz
pam-a09af55347372864d4d168fa1fa424f832426150.tar.bz2
pam-a09af55347372864d4d168fa1fa424f832426150.zip
modules/pam_timestamp: fix EXTRA_DIST
* modules/pam_timestamp/Makefile.am (EXTRA_DIST): Replace "$(man_MANS)" with "$(MANS)" as the former is conditional on HAVE_DOC.
Diffstat (limited to 'modules/pam_timestamp')
-rw-r--r--modules/pam_timestamp/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pam_timestamp/Makefile.am b/modules/pam_timestamp/Makefile.am
index fbac074a..e5064285 100644
--- a/modules/pam_timestamp/Makefile.am
+++ b/modules/pam_timestamp/Makefile.am
@@ -14,7 +14,7 @@ dist_TESTS = tst-pam_timestamp
nodist_TESTS = hmacfile
TESTS = $(dist_TESTS) $(nodist_TESTS)
-EXTRA_DIST = $(man_MANS) $(XMLS) $(dist_TESTS)
+EXTRA_DIST = $(MANS) $(XMLS) $(dist_TESTS)
securelibdir = $(SECUREDIR)
secureconfdir = $(SCONFIGDIR)