Whamcloud - gitweb
LU-6496 ptlrpc: Fix wrong code indentation in plain_authorize
[fs/lustre-release.git] / lustre / ptlrpc / Makefile.in
index ceb4cb0..7a32f73 100644 (file)
@@ -19,9 +19,14 @@ ptlrpc_objs += nrs_tbf.o errno.o
 
 target_objs := $(TARGET)tgt_main.o $(TARGET)tgt_lastrcvd.o
 target_objs += $(TARGET)tgt_handler.o $(TARGET)out_handler.o
+target_objs += $(TARGET)out_lib.o
+target_objs += $(TARGET)update_trans.o
+
+nodemap_objs = nodemap_handler.o nodemap_lproc.o nodemap_range.o
+nodemap_objs += nodemap_idmap.o nodemap_rbtree.o nodemap_member.o
 
 ptlrpc-objs := $(ldlm_objs) $(ptlrpc_objs)
-@SERVER_TRUE@ptlrpc-objs += $(target_objs)
+@SERVER_TRUE@ptlrpc-objs += $(target_objs) $(nodemap_objs)
 
 @GSS_TRUE@subdir-m += gss
 
@@ -39,8 +44,11 @@ interval_tree.c: @LUSTRE@/ldlm/interval_tree.c
 tgt_%.c: @LUSTRE@/target/tgt_%.c
        ln -sf $< $@
 
+out_%.c: @LUSTRE@/target/out_%.c
+       ln -sf $< $@
+
 EXTRA_DIST := $(ptlrpc_objs:.o=.c) ptlrpc_internal.h
-EXTRA_DIST += $(TARGET)tgt_internal.h
+EXTRA_DIST += $(TARGET)tgt_internal.h nodemap_internal.h
 @SERVER_FALSE@EXTRA_DIST += $(target_objs:.o=.c)
 
 EXTRA_PRE_CFLAGS := -I@LUSTRE@/ldlm -I@LUSTRE@/target