summaryrefslogtreecommitdiffstats
path: root/proxy/Makefile.am
diff options
context:
space:
mode:
authorGünther Deschner <gdeschner@redhat.com>2012-08-24 17:37:49 +0200
committerSimo Sorce <simo@redhat.com>2012-08-31 15:40:18 -0400
commit801bebf51b3c12449d5bce8b69009b6df3a2dd8e (patch)
tree07c41fc532217f34cb0fa819aded7caf75c98957 /proxy/Makefile.am
parentceb608e4f18764c97ef02573187c0c0590cbaace (diff)
downloadgss-proxy-801bebf51b3c12449d5bce8b69009b6df3a2dd8e.tar.gz
gss-proxy-801bebf51b3c12449d5bce8b69009b6df3a2dd8e.tar.xz
gss-proxy-801bebf51b3c12449d5bce8b69009b6df3a2dd8e.zip
Implement gp_unwrap().
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 67759b3..20b3308 100644
--- a/proxy/Makefile.am
+++ b/proxy/Makefile.am
@@ -133,6 +133,7 @@ gssproxy_SOURCES = \
src/gp_rpc_get_mic.c \
src/gp_rpc_verify_mic.c \
src/gp_rpc_wrap.c \
+ src/gp_rpc_unwrap.c \
src/gssproxy.c
cli_srv_comm_SOURCES = \