diff options
Diffstat (limited to 'modules/pam_namespace')
-rw-r--r-- | modules/pam_namespace/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/pam_namespace/Makefile.am b/modules/pam_namespace/Makefile.am index d69ca088..0a290160 100644 --- a/modules/pam_namespace/Makefile.am +++ b/modules/pam_namespace/Makefile.am @@ -6,8 +6,10 @@ CLEANFILES = *~ MAINTAINERCLEANFILES = $(MAN5) $(MAN8) README +if HAVE_DOC MAN5 = namespace.conf.5 MAN8 = pam_namespace.8 +endif EXTRA_DIST = README namespace.conf namespace.init $(MAN5) $(MAN8) $(XMLS) tst-pam_namespace |