X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Ftarget%2FMakefile.am;h=aeaa58889b1ec00e6b4e2eb32f96c2e6db523d42;hb=6459fa2b458612b5213b3b70839e340efff7aebc;hp=24b4037f51add874a62d2e8032f0544f7d4ad812;hpb=a52aa3b4d9dd5efb87bc983c13b9f58d61ce8a8e;p=fs%2Flustre-release.git diff --git a/lustre/target/Makefile.am b/lustre/target/Makefile.am index 24b4037..aeaa588 100644 --- a/lustre/target/Makefile.am +++ b/lustre/target/Makefile.am @@ -22,7 +22,7 @@ # # -# Copyright (c) 2012, Intel Corporation. +# Copyright (c) 2012, 2017, Intel Corporation. # Use is subject to license terms. # @@ -32,4 +32,7 @@ MOSTLYCLEANFILES := @MOSTLYCLEANFILES@ EXTRA_DIST = tgt_main.c tgt_lastrcvd.c tgt_handler.c tgt_internal.h \ - out_handler.c out_lib.c + tgt_grant.c out_handler.c out_lib.c barrier.c +EXTRA_DIST += update_trans.c +EXTRA_DIST += update_records.c +EXTRA_DIST += update_recovery.c