diff options
author | Sumit Bose <sbose@redhat.com> | 2012-06-25 11:34:33 +0200 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2012-06-25 07:36:40 -0400 |
commit | a8781a38b5fca84647d59199fd0b0b4b2d4624e0 (patch) | |
tree | e4ab493ec21c83363699df9a3ff3ba7eec5ad157 /src/man/Makefile.am | |
parent | e5e8252ec48bfdd4e7529debc705c8e090264b9a (diff) | |
download | sssd-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.am | 5 |
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: |