summaryrefslogtreecommitdiffstats
path: root/proxy/Makefile.am
diff options
context:
space:
mode:
authorGünther Deschner <gdeschner@redhat.com>2012-08-24 14:50:55 +0200
committerSimo Sorce <simo@redhat.com>2012-08-31 15:40:14 -0400
commitceb608e4f18764c97ef02573187c0c0590cbaace (patch)
tree4a709d00237356e55fe765fd4ab1ae3301797b23 /proxy/Makefile.am
parent6455b93e424b0999836a590548650c56e25e017f (diff)
downloadgss-proxy-ceb608e4f18764c97ef02573187c0c0590cbaace.tar.gz
gss-proxy-ceb608e4f18764c97ef02573187c0c0590cbaace.tar.xz
gss-proxy-ceb608e4f18764c97ef02573187c0c0590cbaace.zip
Implement gp_wrap().
Acked-by: Simo Sorce <simo@redhat.com>
Diffstat (limited to 'proxy/Makefile.am')
-rw-r--r--proxy/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/proxy/Makefile.am b/proxy/Makefile.am
index debc9e3..67759b3 100644
--- a/proxy/Makefile.am
+++ b/proxy/Makefile.am
@@ -132,6 +132,7 @@ gssproxy_SOURCES = \
src/gp_rpc_init_sec_context.c \
src/gp_rpc_get_mic.c \
src/gp_rpc_verify_mic.c \
+ src/gp_rpc_wrap.c \
src/gssproxy.c
cli_srv_comm_SOURCES = \