X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Flvfs%2FMakefile.in;h=482d73a10267333a028541d509ff256e9212e9ba;hp=1fcacb164aced380cf2c27c312ec7a37ae9115f9;hb=0d5cf708f60c1ed9233fd12f4326851ab412ef6a;hpb=111977b7ecd2af3dc4af11c46de8288416cff0ee diff --git a/lustre/lvfs/Makefile.in b/lustre/lvfs/Makefile.in index 1fcacb1..482d73a 100644 --- a/lustre/lvfs/Makefile.in +++ b/lustre/lvfs/Makefile.in @@ -1,13 +1,13 @@ MODULES := lvfs -@SERVER_TRUE@MODULES += fsfilt_@BACKINGFS@ +@SERVER_TRUE@MODULES += fsfilt_ldiskfs @QUOTA_TRUE@MODULES += quotafmt_test lvfs-objs := lvfs_common.o lvfs_linux.o fsfilt.o lvfs_lib.o @QUOTA_TRUE@quotafmt-objs := quotafmt_test.o -fsfilt_@BACKINGFS@-objs := fsfilt-@BACKINGFS@.o -@QUOTA_TRUE@fsfilt_@BACKINGFS@-objs += lustre_quota_fmt.o +fsfilt_ldiskfs-objs := fsfilt-ldiskfs.o +@QUOTA_TRUE@fsfilt_ldiskfs-objs += lustre_quota_fmt.o $(obj)/fsfilt-%.c: $(obj)/fsfilt_%.c ln -s $< $@