From: tianzy Date: Wed, 8 Oct 2008 12:30:38 +0000 (+0000) Subject: Branch b1_8_gate X-Git-Tag: v1_7_120~1^30 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=a6058a007a1f5a2579c47d0e5f94cd4311b366d8;p=fs%2Flustre-release.git Branch b1_8_gate fix compiling error when CONFIG_QUOTA isn't set. b=16481 i=shadow i=panda --- diff --git a/lustre/autoMakefile.am b/lustre/autoMakefile.am index 866c1fc..8db3ee0 100644 --- a/lustre/autoMakefile.am +++ b/lustre/autoMakefile.am @@ -58,12 +58,11 @@ if CLIENT SUBDIRS += $(CLIENT_SUBDIRS) endif -if QUOTA -SUBDIRS += $(QUOTA_SUBDIRS) -endif - # this needs to be after the client subdirs if LIBLUSTRE +if QUOTA_LIBLUSTRE +SUBDIRS += $(QUOTA_SUBDIRS) +endif if !CLIENT SUBDIRS += $(CLIENT_SUBDIRS) endif