summaryrefslogtreecommitdiffstats
path: root/src/man/Makefile.am
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2012-06-25 11:34:33 +0200
committerStephen Gallagher <sgallagh@redhat.com>2012-06-25 07:36:40 -0400
commita8781a38b5fca84647d59199fd0b0b4b2d4624e0 (patch)
treee4ab493ec21c83363699df9a3ff3ba7eec5ad157 /src/man/Makefile.am
parente5e8252ec48bfdd4e7529debc705c8e090264b9a (diff)
downloadsssd-a8781a38b5fca84647d59199fd0b0b4b2d4624e0.tar.gz
sssd-a8781a38b5fca84647d59199fd0b0b4b2d4624e0.tar.xz
sssd-a8781a38b5fca84647d59199fd0b0b4b2d4624e0.zip
Add man page section for the PAC responder
Diffstat (limited to 'src/man/Makefile.am')
-rw-r--r--src/man/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/man/Makefile.am b/src/man/Makefile.am
index c15844e82..aa2907f04 100644
--- a/src/man/Makefile.am
+++ b/src/man/Makefile.am
@@ -18,7 +18,10 @@ endif
if BUILD_SSH
SSH_CONDS = ;with_ssh
endif
-CONDS = with_false$(SUDO_CONDS)$(AUTOFS_CONDS)$(SSH_CONDS)
+if BUILD_PAC_RESPONDER
+PAC_RESPONDER_CONDS = ;with_pac_responder
+endif
+CONDS = with_false$(SUDO_CONDS)$(AUTOFS_CONDS)$(SSH_CONDS)$(PAC_RESPONDER_CONDS)
#Special Rules: