From 5c939f08c6fbc637b55d3d19a2598fecc2144646 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Sun, 29 Jan 2012 12:02:23 -0500 Subject: Add accept_sec_context function to mechglue library --- proxy/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'proxy/Makefile.am') diff --git a/proxy/Makefile.am b/proxy/Makefile.am index af07ce4..2b3a2ea 100644 --- a/proxy/Makefile.am +++ b/proxy/Makefile.am @@ -83,6 +83,7 @@ endif GP_RPCGEN_OBJ = rpcgen/gp_rpc_xdr.c rpcgen/gss_proxy_xdr.c GP_MECHGLUE_OBJ = \ src/mechglue/gpm_display_status.c \ + src/mechglue/gpm_accept_sec_context.c \ src/mechglue/gpm_common.c dist_noinst_HEADERS = -- cgit