Whamcloud - gitweb
LU-4625 gss: fixup for shared key mechanism & flavors 87/9287/2
authorDmitry Eremin <dmitry.eremin@intel.com>
Mon, 17 Feb 2014 09:36:09 +0000 (13:36 +0400)
committerOleg Drokin <oleg.drokin@intel.com>
Mon, 17 Feb 2014 19:44:03 +0000 (19:44 +0000)
Fixup for Commit 6323d52abfe4cf1eda06b4ac3a5b325d9fa13276
The new file lustre/ptlrpc/gss/gss_sk_mech.c was added but
not in Makefile.

Signed-off-by: Dmitry Eremin <dmitry.eremin@intel.com>
Change-Id: I7cc1f0df848877e2ad07ad89b0ad1a0182374a96
Reviewed-on: http://review.whamcloud.com/9287
Tested-by: Jenkins
Reviewed-by: Bob Glossman <bob.glossman@intel.com>
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Tested-by: Maloo <hpdd-maloo@intel.com>
lustre/ptlrpc/gss/Makefile.in

index 31d99c4..6eec564 100644 (file)
@@ -3,7 +3,7 @@ MODULES := ptlrpc_gss
 ptlrpc_gss-objs := sec_gss.o gss_bulk.o gss_cli_upcall.o gss_svc_upcall.o      \
                   gss_rawobj.o lproc_gss.o                                    \
                   gss_generic_token.o gss_mech_switch.o gss_krb5_mech.o       \
-                  gss_null_mech.o
+                  gss_null_mech.o gss_sk_mech.o
 
 @GSS_KEYRING_TRUE@ptlrpc_gss-objs += gss_keyring.o
 @GSS_PIPEFS_TRUE@ptlrpc_gss-objs += gss_pipefs.o