diff options
| author | Günther Deschner <gdeschner@redhat.com> | 2012-08-24 15:44:43 +0200 |
|---|---|---|
| committer | Simo Sorce <simo@redhat.com> | 2012-09-14 16:09:29 -0400 |
| commit | ed620002a3528ed67bca873240b8eac0a521066b (patch) | |
| tree | e999c86806142a6e0142f71297a8dfe1f9971024 /proxy/Makefile.am | |
| parent | f61e7d36d5a194d0af33a3a20f4a30eb9f01fd35 (diff) | |
| download | gss-proxy-ed620002a3528ed67bca873240b8eac0a521066b.tar.gz gss-proxy-ed620002a3528ed67bca873240b8eac0a521066b.tar.xz gss-proxy-ed620002a3528ed67bca873240b8eac0a521066b.zip | |
Implement gpm_wrap()
Acked-by: Simo Sorce <simo@redhat.com>
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 472c714..4f393bf 100644 --- a/proxy/Makefile.am +++ b/proxy/Makefile.am @@ -93,6 +93,7 @@ GP_MECHGLUE_OBJ = \ src/client/gpm_inquire_context.c \ src/client/gpm_get_mic.c \ src/client/gpm_verify_mic.c \ + src/client/gpm_wrap.c \ src/client/gpm_common.c dist_noinst_HEADERS = \ |
