X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fllite%2FMakefile.in;h=98dd2030d50a70e86e0abe7cea9925a1facd5898;hb=3611352b699ce479779c0ff92ca558d9321e58a2;hp=16a839c71bfa05ce831911dfe8c4354cc8af5a75;hpb=10d07da8eeaa50d8b97751f99797705c73b211fb;p=fs%2Flustre-release.git diff --git a/lustre/llite/Makefile.in b/lustre/llite/Makefile.in index 16a839c..98dd203 100644 --- a/lustre/llite/Makefile.in +++ b/lustre/llite/Makefile.in @@ -1,19 +1,20 @@ 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 +@XATTR_HANDLER_TRUE@lustre-objs += xattr.o +@XATTR_HANDLER_FALSE@lustre-objs += xattr26.o +lustre-objs += 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 +lustre-objs += vvp_dev.o vvp_page.o vvp_io.o vvp_object.o +lustre-objs += range_lock.o pcc.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 +EXTRA_DIST += vvp_internal.h range_lock.h pcc.h + +@XATTR_HANDLER_TRUE@EXTRA_DIST += xattr26.c +@XATTR_HANDLER_FALSE@EXTRA_DIST += xattr.c @INCLUDE_RULES@