From c448a7a1e1807d73ffd76aca69354a5e1398e111 Mon Sep 17 00:00:00 2001 From: yangsheng Date: Mon, 5 Jan 2009 08:15:19 +0000 Subject: [PATCH] Branch b1_6 b=18056 Sometime QUOTA support will disabled when 'make dist'. --- lustre/lvfs/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lustre/lvfs/Makefile.in b/lustre/lvfs/Makefile.in index 6bf31d8..79491fb 100644 --- a/lustre/lvfs/Makefile.in +++ b/lustre/lvfs/Makefile.in @@ -17,7 +17,8 @@ endif EXTRA_DIST = $(lvfs-objs:.o=.c) $(quotafmt-objs:.o=.c) \ fsfilt_ext3.c fsfilt_reiserfs.c \ lvfs_internal.h lvfs_userfs.c \ - lustre_quota_fmt.c lustre_quota_fmt.h + lustre_quota_fmt.c lustre_quota_fmt.h lustre_quota_fmt_convert.c \ + quotafmt_test.c # for on 2.6 EXTRA_PRE_CFLAGS := -I@LINUX@/fs -I@LDISKFS_DIR@ -I@LDISKFS_DIR@/ldiskfs -- 1.8.3.1