diff options
| author | Simo Sorce <simo@redhat.com> | 2012-05-31 19:01:28 -0400 |
|---|---|---|
| committer | Simo Sorce <simo@redhat.com> | 2012-10-25 15:53:30 -0400 |
| commit | ded9c21126533353e0917f7608af7230efa94801 (patch) | |
| tree | 4ab43b71bfb106736fda6c39f81b355f7dbb69bb /proxy/Makefile.am | |
| parent | efbe70588bccd05dd3964d9e9ceb6dc22719fdb7 (diff) | |
| download | gss-proxy-ded9c21126533353e0917f7608af7230efa94801.tar.gz gss-proxy-ded9c21126533353e0917f7608af7230efa94801.tar.xz gss-proxy-ded9c21126533353e0917f7608af7230efa94801.zip | |
Implement name related mechglue wrappers
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 89e6f0b..bd6a5a3 100644 --- a/proxy/Makefile.am +++ b/proxy/Makefile.am @@ -107,6 +107,7 @@ GP_MECHGLUE_OBJ = \ src/mechglue/gpp_context.c \ src/mechglue/gpp_init_sec_context.c \ src/mechglue/gpp_display_status.c \ + src/mechglue/gpp_import_and_canon_name.c \ src/mechglue/gss_plugin.c dist_noinst_HEADERS = \ |
