diff options
| author | Simo Sorce <simo@redhat.com> | 2012-07-23 18:36:35 -0400 |
|---|---|---|
| committer | Simo Sorce <simo@redhat.com> | 2012-09-14 16:09:29 -0400 |
| commit | f36d814f2f87cd8eee057bf8426eb3dd40c443f1 (patch) | |
| tree | 7f4f13af18b80d7f000e75cef28cf09261f5b04a /proxy/Makefile.am | |
| parent | 025ac2a4b027e081158dd4d01a6bf282d33b6676 (diff) | |
| download | gss-proxy-f36d814f2f87cd8eee057bf8426eb3dd40c443f1.tar.gz gss-proxy-f36d814f2f87cd8eee057bf8426eb3dd40c443f1.tar.xz gss-proxy-f36d814f2f87cd8eee057bf8426eb3dd40c443f1.zip | |
Implement gpm_inquire_context
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 ec6eb50..6367189 100644 --- a/proxy/Makefile.am +++ b/proxy/Makefile.am @@ -90,6 +90,7 @@ GP_MECHGLUE_OBJ = \ src/client/gpm_indicate_mechs.c \ src/client/gpm_import_and_canon_name.c \ src/client/gpm_init_sec_context.c \ + src/client/gpm_inquire_context.c \ src/client/gpm_common.c dist_noinst_HEADERS = \ |
