summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorChuck Lever <chuck.lever@oracle.com>2015-06-01 07:54:46 -0400
committerSteve Dickson <steved@redhat.com>2015-06-01 08:11:35 -0400
commitbe5ce4056a77cb1f9bba6a050c12ce8fd08eac9b (patch)
tree22c40ac928d9b40a88a5216d16af36b65d31ce27 /man
parent2e45e4f7f14a157a42d0cb1bc4bf984c906169ba (diff)
downloadti-rpc-be5ce4056a77cb1f9bba6a050c12ce8fd08eac9b.tar.gz
Conditionally install GSS man pages and headers
If --disable-gssapi is specified, the rpc_gss API is not built. There's no purpose in installing rpc_gss-related man pages or headers in that case. Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'man')
-rw-r--r--man/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/man/Makefile.am b/man/Makefile.am
index cf510e7..fa43bb4 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -19,7 +19,10 @@ RPCSEC_MANS = rpcsec_gss.3t rpc_gss_get_error.3t \
dist_man5_MANS = netconfig.5
dist_man3_MANS = $(LOOKUP_MANS) $(NETCONFIG_MANS) \
$(BIND_MANS) $(GENERIC_MANS) $(COMPAT_MANS) \
- $(CLIENT_MANS) $(SERVER_MANS) $(RPCSEC_MANS)
+ $(CLIENT_MANS) $(SERVER_MANS)
+if GSS
+dist_man3_MANS += $(RPCSEC_MANS)
+endif
EXTRA_DIST = publickey.3t publickey.5 rpc.5