diff options
author | Simo Sorce <simo@redhat.com> | 2013-02-28 19:58:44 -0500 |
---|---|---|
committer | Simo Sorce <simo@redhat.com> | 2013-03-14 13:42:50 -0400 |
commit | 472b7b49ed79f65f1e94c47bb58fb41f709eb287 (patch) | |
tree | 79f7d090c5dec799cf84c77479701e20bdbca8fe /proxy/Makefile.am | |
parent | daafe38cf4461fe38e7e1a16284dcca8d145b2ec (diff) | |
download | gss-proxy-472b7b49ed79f65f1e94c47bb58fb41f709eb287.tar.gz gss-proxy-472b7b49ed79f65f1e94c47bb58fb41f709eb287.tar.xz gss-proxy-472b7b49ed79f65f1e94c47bb58fb41f709eb287.zip |
Add custom implementation of xdr_uint64_t
This is needed because gssrpc doesn't have one.
Diffstat (limited to 'proxy/Makefile.am')
-rw-r--r-- | proxy/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/proxy/Makefile.am b/proxy/Makefile.am index 529de6d..e1adef0 100644 --- a/proxy/Makefile.am +++ b/proxy/Makefile.am @@ -85,7 +85,7 @@ if BUILD_SELINUX GSS_PROXY_LIBS += $(SELINUX_LIBS) endif -GP_RPCGEN_OBJ = rpcgen/gp_rpc_xdr.c rpcgen/gss_proxy_xdr.c +GP_RPCGEN_OBJ = rpcgen/gp_rpc_xdr.c rpcgen/gss_proxy_xdr.c rpcgen/gp_xdr.c GP_RPCCLI_OBJ = \ src/client/gpm_display_status.c \ src/client/gpm_accept_sec_context.c \ @@ -116,6 +116,7 @@ GP_MECHGLUE_OBJ = \ dist_noinst_HEADERS = \ rpcgen/gp_rpc.h \ + rpcgen/gp_xdr.h \ rpcgen/gss_proxy.h \ src/gp_rpc_process.h \ src/gp_proxy.h \ |