summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorChuck Lever <chuck.lever@oracle.com>2015-06-10 14:57:48 -0400
committerSteve Dickson <steved@redhat.com>2015-06-16 11:34:39 -0400
commitbfea7f3e4dc34998f298741cba81faaf637fa2cd (patch)
tree83a15db1b4715ae4a1217dd96e50aeecf62c8b8d /Makefile.am
parentf17b440480037ceffce98989c22d454ada807f81 (diff)
downloadti-rpc-bfea7f3e4dc34998f298741cba81faaf637fa2cd.tar.gz
Enable key_prot API for backward compatibility with glibc's SunRPC
The only missing file was key_prot.h. I copied the SunRPC-licenced version of key_prot.x from glibc, and generated key_prot.h using rpcgen. Signed-off-by: Chuck Lever <chuck.lever@oracle.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 13034e3..a29df43 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -27,6 +27,7 @@ nobase_include_HEADERS = tirpc/netconfig.h \
tirpc/rpc/pmap_prot.h \
tirpc/rpc/pmap_clnt.h \
tirpc/rpc/nettype.h \
+ tirpc/rpc/key_prot.h \
tirpc/rpc/des.h \
tirpc/rpc/des_crypt.h \
tirpc/rpc/clnt_stat.h \