Whamcloud - gitweb
LU-847 quota: client retrieve quota usage directly
[fs/lustre-release.git] / lustre / llite / Makefile.in
index 957e5f0..98a829d 100644 (file)
@@ -1,12 +1,11 @@
-MODULES := lustre
-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_capa.o
-
-ifeq ($(PATCHLEVEL),4)
-lustre-objs += rw24.o super.o
-else
+MODULES := lustre llite_lloop
+lustre-objs := dcache.o dir.o file.o llite_close.o llite_lib.o llite_nfs.o rw.o lproc_llite.o namei.o symlink.o llite_mmap.o xattr.o statahead.o
+
+llite_lloop-objs := lloop.o
+
 lustre-objs += rw26.o super25.o
-endif
+
+EXTRA_DIST := $(lustre-objs:.o=.c) llite_internal.h rw26.c super25.c
+EXTRA_DIST += $(llite_lloop-objs:.o=.c)
 
 @INCLUDE_RULES@