Whamcloud - gitweb
LU-4658 fld: reset rc to 0 before resend fld lookup req
[fs/lustre-release.git] / lustre / ptlrpc / Makefile.in
index 3735e6d..66f81a7 100644 (file)
@@ -15,10 +15,11 @@ ptlrpc_objs += llog_net.o llog_client.o llog_server.o import.o ptlrpcd.o
 ptlrpc_objs += pers.o lproc_ptlrpc.o wiretest.o layout.o
 ptlrpc_objs += sec.o sec_ctx.o sec_bulk.o sec_gc.o sec_config.o sec_lproc.o
 ptlrpc_objs += sec_null.o sec_plain.o nrs.o nrs_fifo.o nrs_crr.o nrs_orr.o
-ptlrpc_objs += errno.o
+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)out_lib.o
 
 ptlrpc-objs := $(ldlm_objs) $(ptlrpc_objs)
 @SERVER_TRUE@ptlrpc-objs += $(target_objs)
@@ -39,6 +40,9 @@ 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
 @SERVER_FALSE@EXTRA_DIST += $(target_objs:.o=.c)