diff options
author | Simo Sorce <simo@redhat.com> | 2012-07-23 19:19:09 -0400 |
---|---|---|
committer | Simo Sorce <simo@redhat.com> | 2012-10-25 15:53:30 -0400 |
commit | e97fcafdfd7237cb7f5e0450f142e7ded0325cc1 (patch) | |
tree | 491495a6dc9307f628c15bbf3a671a3a37c43f4c /proxy/Makefile.am | |
parent | 2bf5903927f8d0fce42df1e544df7abbcabbe899 (diff) | |
download | gss-proxy-e97fcafdfd7237cb7f5e0450f142e7ded0325cc1.tar.gz gss-proxy-e97fcafdfd7237cb7f5e0450f142e7ded0325cc1.tar.xz gss-proxy-e97fcafdfd7237cb7f5e0450f142e7ded0325cc1.zip |
Implement context related mechglue wrappers
Use the new spi call in order to be able to properly implement
a context locally.
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 c75f0c6..e93cb67 100644 --- a/proxy/Makefile.am +++ b/proxy/Makefile.am @@ -103,6 +103,7 @@ GP_RPCCLI_OBJ = \ GP_MECHGLUE_OBJ = \ src/mechglue/gpp_acquire_cred.c \ src/mechglue/gpp_creds.c \ + src/mechglue/gpp_context.c \ src/mechglue/gss_plugin.c dist_noinst_HEADERS = \ |