X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fllite%2FMakefile.in;h=75c97ac6573aedb067ce89a06894f3006f2d3e67;hb=608cce73d5149cb4d317ee189db94f0b6ade1ff5;hp=3a5293f0f9b1f226d02ad2bed3c146a644c3fe9d;hpb=28be31137cd22223113e461f74098c92ba6d71e4;p=fs%2Flustre-release.git diff --git a/lustre/llite/Makefile.in b/lustre/llite/Makefile.in index 3a5293f..75c97ac 100644 --- a/lustre/llite/Makefile.in +++ b/lustre/llite/Makefile.in @@ -7,9 +7,14 @@ 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 pcc.o crypto.o +lustre-objs += pcc.o crypto.o +lustre-objs += llite_foreign.o llite_foreign_symlink.o -EXTRA_DIST := $(lustre-objs:.o=.c) xattr.c rw26.c super25.c -EXTRA_DIST += llite_internal.h vvp_internal.h range_lock.h pcc.h +lustre-$(CONFIG_FS_POSIX_ACL) += acl.o +lustre-objs += $(lustre-y) + +EXTRA_DIST := $(lustre-objs:.o=.c) xattr.c rw26.c super25.c acl.c +EXTRA_DIST += llite_internal.h vvp_internal.h pcc.h +EXTRA_DIST += foreign_symlink.h @INCLUDE_RULES@