X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;ds=sidebyside;f=lustre%2Ftarget%2FMakefile.am;h=32e978b51d95a1f242b06cb0a3fd3dedcddc31af;hb=7a814e94e065551ab79e2ba75df9626e4940efc5;hp=59eee1d20897c027b2b37ed082d18302998c1709;hpb=4f5830f769f9cc9bacfcdfee9de5962324fb5c81;p=fs%2Flustre-release.git diff --git a/lustre/target/Makefile.am b/lustre/target/Makefile.am index 59eee1d..32e978b 100644 --- a/lustre/target/Makefile.am +++ b/lustre/target/Makefile.am @@ -22,7 +22,7 @@ # # -# Copyright (c) 2012, Intel Corporation. +# Copyright (c) 2012, 2015, Intel Corporation. # Use is subject to license terms. # @@ -31,4 +31,8 @@ # MOSTLYCLEANFILES := @MOSTLYCLEANFILES@ -EXTRA_DIST = tgt_main.c tgt_lastrcvd.c tgt_handler.c tgt_internal.h out_handler.c +EXTRA_DIST = tgt_main.c tgt_lastrcvd.c tgt_handler.c tgt_internal.h \ + out_handler.c out_lib.c +EXTRA_DIST += update_trans.c +EXTRA_DIST += update_records.c +EXTRA_DIST += update_recovery.c