diff options
Diffstat (limited to 'modules/pam_lastlog/Makefile.am')
-rw-r--r-- | modules/pam_lastlog/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/pam_lastlog/Makefile.am b/modules/pam_lastlog/Makefile.am index e71e15e8..4d69e596 100644 --- a/modules/pam_lastlog/Makefile.am +++ b/modules/pam_lastlog/Makefile.am @@ -10,7 +10,9 @@ secureconfdir = $(SCONFIGDIR) EXTRA_DIST = README $(MANS) $(XMLS) tst-pam_lastlog +if HAVE_DOC man_MANS = pam_lastlog.8 +endif XMLS = README.xml pam_lastlog.8.xml TESTS = tst-pam_lastlog |