Whamcloud - gitweb
Allow GSS password to be passed to the test-framework in $GSS_PASS.
[fs/lustre-release.git] / lustre / lvfs / Makefile.in
index 791e48d..8ec5568 100644 (file)
@@ -1,7 +1,11 @@
-MODULES := lvfs fsfilt_@BACKINGFS@
+MODULES := lvfs 
+@SERVER_TRUE@MODULES += fsfilt_@BACKINGFS@ fsfilt_smfs
 
-lvfs-objs := lvfs_common.o lvfs_linux.o fsfilt.o
+@SNAPFS_TRUE@MODULES += fsfilt_snap_@BACKINGFS@ fsfilt_snap_smfs 
 
+lvfs-objs := fsfilt.o lvfs_common.o llog_lvfs.o lvfs_linux.o 
+lvfs-objs += llog.o llog_cat.o
 ifeq ($(PATCHLEVEL),6)
 fsfilt_@BACKINGFS@-objs := fsfilt-@BACKINGFS@.o
 
@@ -9,6 +13,8 @@ $(obj)/fsfilt-%.c: $(obj)/fsfilt_%.c
        ln -s $< $@
 endif
 
+fsfilt_smfs-objs := fsfilt-smfs.o
+
 # for <ext3/xattr.h> on 2.6
 EXTRA_PRE_CFLAGS := -I@LINUX@/fs -I@LUSTRE@ -I@LUSTRE@/ldiskfs