diff options
| author | Simo Sorce <simo@redhat.com> | 2012-05-31 18:49:23 -0400 |
|---|---|---|
| committer | Simo Sorce <simo@redhat.com> | 2012-10-25 15:53:30 -0400 |
| commit | 2bf5903927f8d0fce42df1e544df7abbcabbe899 (patch) | |
| tree | dc03932b0a0e1e7b57c1593b5283edf0cd350cde /proxy/Makefile.am | |
| parent | 3fe4e9cb0281b1e758545ce8cae14df05972bf61 (diff) | |
| download | gss-proxy-2bf5903927f8d0fce42df1e544df7abbcabbe899.tar.gz gss-proxy-2bf5903927f8d0fce42df1e544df7abbcabbe899.tar.xz gss-proxy-2bf5903927f8d0fce42df1e544df7abbcabbe899.zip | |
Implement cred related mechglue wrappers
Diffstat (limited to 'proxy/Makefile.am')
| -rw-r--r-- | proxy/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/proxy/Makefile.am b/proxy/Makefile.am index 4274cef..c75f0c6 100644 --- a/proxy/Makefile.am +++ b/proxy/Makefile.am @@ -101,6 +101,8 @@ GP_RPCCLI_OBJ = \ src/client/gpm_wrap_size_limit.c \ src/client/gpm_common.c GP_MECHGLUE_OBJ = \ + src/mechglue/gpp_acquire_cred.c \ + src/mechglue/gpp_creds.c \ src/mechglue/gss_plugin.c dist_noinst_HEADERS = \ |
