X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fptlrpc%2FMakefile.in;h=3735e6d217c8f4d0f80839ab86dec0a35305d9d1;hb=869790802c78a41440533512549b96ad7d478428;hp=ef70c050481b36c753b21dff634f4f4e9324fe15;hpb=c85f006d40cc5c9504ea873fc815ce2eaa1ee062;p=fs%2Flustre-release.git diff --git a/lustre/ptlrpc/Makefile.in b/lustre/ptlrpc/Makefile.in index ef70c05..3735e6d 100644 --- a/lustre/ptlrpc/Makefile.in +++ b/lustre/ptlrpc/Makefile.in @@ -13,10 +13,12 @@ ptlrpc_objs := client.o recover.o connection.o niobuf.o pack_generic.o ptlrpc_objs += events.o ptlrpc_module.o service.o pinger.o 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_bulk.o sec_gc.o sec_config.o sec_lproc.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 target_objs := $(TARGET)tgt_main.o $(TARGET)tgt_lastrcvd.o +target_objs += $(TARGET)tgt_handler.o $(TARGET)out_handler.o ptlrpc-objs := $(ldlm_objs) $(ptlrpc_objs) @SERVER_TRUE@ptlrpc-objs += $(target_objs) @@ -38,7 +40,8 @@ tgt_%.c: @LUSTRE@/target/tgt_%.c ln -sf $< $@ EXTRA_DIST := $(ptlrpc_objs:.o=.c) ptlrpc_internal.h -@SERVER_TRUE@EXTRA_DIST += $(TARGET)tgt_internal.h +EXTRA_DIST += $(TARGET)tgt_internal.h +@SERVER_FALSE@EXTRA_DIST += $(target_objs:.o=.c) EXTRA_PRE_CFLAGS := -I@LUSTRE@/ldlm -I@LUSTRE@/target