summaryrefslogtreecommitdiffstats
path: root/proxy/Makefile.am
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2012-02-06 17:49:09 -0500
committerSimo Sorce <simo@redhat.com>2012-02-07 14:51:00 -0500
commit1dd267f3196295c7883985e9dac6c5c5afda2d3f (patch)
tree8cb293d894c01b992bc9f8566614b3c489d4153b /proxy/Makefile.am
parentf7c466d7ea6fb9a1b0a19fc9b44c0fad0e23d33f (diff)
downloadgss-proxy-1dd267f3196295c7883985e9dac6c5c5afda2d3f.tar.gz
gss-proxy-1dd267f3196295c7883985e9dac6c5c5afda2d3f.tar.xz
gss-proxy-1dd267f3196295c7883985e9dac6c5c5afda2d3f.zip
Implement server side import_and_canon_name()
Also fix name conversion functions, to properly handle exporting/importing names.
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 ee82efd..7e2ce6a 100644
--- a/proxy/Makefile.am
+++ b/proxy/Makefile.am
@@ -109,6 +109,7 @@ gssproxy_SOURCES = \
src/gp_rpc_release_handle.c \
src/gp_rpc_acquire_cred.c \
src/gp_rpc_indicate_mechs.c \
+ src/gp_rpc_import_and_canon_name.c \
src/gssproxy.c
accept_context_SOURCES = \