From be5180d24c4624a6327e2101d294cc74f7826d31 Mon Sep 17 00:00:00 2001 From: tianzy Date: Thu, 13 Nov 2008 08:09:16 +0000 Subject: [PATCH] Branch b1_8_gate fix lquota.ko fails to install with --disable-liblustre used b=17620 i=johann i=brian --- lustre/autoMakefile.am | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lustre/autoMakefile.am b/lustre/autoMakefile.am index 8db3ee0..13d576c 100644 --- a/lustre/autoMakefile.am +++ b/lustre/autoMakefile.am @@ -58,11 +58,10 @@ if CLIENT SUBDIRS += $(CLIENT_SUBDIRS) endif +SUBDIRS += $(QUOTA_SUBDIRS) + # this needs to be after the client subdirs if LIBLUSTRE -if QUOTA_LIBLUSTRE -SUBDIRS += $(QUOTA_SUBDIRS) -endif if !CLIENT SUBDIRS += $(CLIENT_SUBDIRS) endif -- 1.8.3.1