X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fllite%2FMakefile.in;h=a2414bd48bc360db55e79aca48ea058d61ae04a8;hb=f39a552922ca2db0c6974374fa3a917a34a4a747;hp=09689d24aee618375f8e4ea7594620ff13ed80e6;hpb=c86481c7290dffd7ed579d7c8d8ac8676d8c4d79;p=fs%2Flustre-release.git diff --git a/lustre/llite/Makefile.in b/lustre/llite/Makefile.in index 09689d2..a2414bd 100644 --- a/lustre/llite/Makefile.in +++ b/lustre/llite/Makefile.in @@ -1,15 +1,20 @@ -MODULES := lustre llite_lloop -lustre-objs := dcache.o dir.o file.o llite_close.o llite_lib.o llite_nfs.o -lustre-objs += llite_fid.o rw.o lproc_llite.o namei.o symlink.o llite_mmap.o -lustre-objs += xattr.o remote_perm.o llite_rmtacl.o llite_capa.o -lustre-objs += rw26.o super25.o statahead.o -lustre-objs += ../lclient/glimpse.o ../lclient/lcommon_cl.o ../lclient/lcommon_misc.o -lustre-objs += vvp_dev.o vvp_page.o vvp_lock.o vvp_io.o vvp_object.o - -llite_lloop-objs := lloop.o +MODULES := lustre +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 +@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_io.o vvp_object.o +lustre-objs += range_lock.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 +EXTRA_DIST += vvp_internal.h range_lock.h + +@XATTR_HANDLER_TRUE@EXTRA_DIST += xattr26.c +@XATTR_HANDLER_FALSE@EXTRA_DIST += xattr.c @INCLUDE_RULES@