From a8781a38b5fca84647d59199fd0b0b4b2d4624e0 Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Mon, 25 Jun 2012 11:34:33 +0200 Subject: Add man page section for the PAC responder --- src/man/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/man/Makefile.am') 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: -- cgit