diff options
author | Simo Sorce <simo@redhat.com> | 2012-01-22 01:13:05 -0500 |
---|---|---|
committer | Simo Sorce <simo@redhat.com> | 2012-01-25 00:15:46 -0500 |
commit | a06bb5eda845288a894a34239830e11ba808da2a (patch) | |
tree | e838a1238351c2fbab82b0f39617d1a80886e09d /proxy/Makefile.am | |
parent | 0ef7969ebba0c24e3b20c225db2448652e640d41 (diff) | |
download | gss-proxy-a06bb5eda845288a894a34239830e11ba808da2a.tar.gz gss-proxy-a06bb5eda845288a894a34239830e11ba808da2a.tar.xz gss-proxy-a06bb5eda845288a894a34239830e11ba808da2a.zip |
Add accept_sec_context implementation
Diffstat (limited to 'proxy/Makefile.am')
-rw-r--r-- | proxy/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proxy/Makefile.am b/proxy/Makefile.am index 88f17ad..7e7cf67 100644 --- a/proxy/Makefile.am +++ b/proxy/Makefile.am @@ -94,6 +94,7 @@ gssproxy_SOURCES = \ src/gp_rpc_process.c \ src/gp_conv.c \ src/gp_export.c \ + src/gp_accept_sec_context.c \ src/gssproxy.c gssproxy_LDADD = \ |