summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorChuck Lever <chuck.lever@oracle.com>2015-02-09 10:42:20 -0500
committerSteve Dickson <steved@redhat.com>2015-04-29 11:40:32 -0400
commitd5259e751111cb108c784b044296185f543fc0be (patch)
treeb666ae6cc19c1b4631b36ed901e3c011478a0660 /Makefile.am
parent5ff19f405648a533877caaf7b53ca2f42c7e7dbb (diff)
downloadti-rpc-d5259e751111cb108c784b044296185f543fc0be.tar.gz
Add header definitions for rpc_gss_*() APIs
This patch describes the API defined in Solaris and FreeBSD to provide RPCSEC GSS support for user space TI-RPC consumers. The header file is based on the API provided in Solaris, but was written from scratch. The man page was written by Doug Rabson for the FreeBSD implementation of this API, and updated by me where needed. Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 9b812eb..aa270f6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -17,6 +17,7 @@ nobase_include_HEADERS = tirpc/netconfig.h \
tirpc/rpc/svc_auth.h \
tirpc/rpc/rpc_msg.h \
tirpc/rpc/rpc.h \
+ tirpc/rpc/rpcsec_gss.h \
tirpc/rpc/rpcent.h \
tirpc/rpc/rpc_com.h \
tirpc/rpc/rpcb_prot.x \