X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fllite%2FMakefile.in;h=c5555fd9259b206e710f815ae5b5b4b707a0d6fe;hb=8718346e06cf2e17447dd3e3dc4e45b66d945aaf;hp=16a839c71bfa05ce831911dfe8c4354cc8af5a75;hpb=10d07da8eeaa50d8b97751f99797705c73b211fb;p=fs%2Flustre-release.git diff --git a/lustre/llite/Makefile.in b/lustre/llite/Makefile.in index 16a839c..c5555fd 100644 --- a/lustre/llite/Makefile.in +++ b/lustre/llite/Makefile.in @@ -1,19 +1,15 @@ MODULES := lustre -@LLITE_LLOOP_TRUE@MODULES += llite_lloop -lustre-objs := dcache.o dir.o file.o llite_close.o llite_lib.o llite_nfs.o +lustre-objs := dcache.o dir.o file.o llite_lib.o llite_nfs.o lustre-objs += rw.o lproc_llite.o namei.o symlink.o llite_mmap.o -lustre-objs += xattr.o xattr_cache.o remote_perm.o llite_rmtacl.o llite_capa.o -lustre-objs += rw26.o super25.o statahead.o +lustre-objs += xattr.o xattr_cache.o +lustre-objs += rw26.o super25.o statahead.o xattr_security.o lustre-objs += glimpse.o lustre-objs += lcommon_cl.o lustre-objs += lcommon_misc.o lustre-objs += vvp_dev.o vvp_page.o vvp_lock.o vvp_io.o vvp_object.o lustre-objs += range_lock.o -llite_lloop-objs := lloop.o - EXTRA_DIST := $(lustre-objs:.o=.c) llite_internal.h rw26.c super25.c -EXTRA_DIST += $(llite_lloop-objs:.o=.c) EXTRA_DIST += vvp_internal.h range_lock.h @INCLUDE_RULES@