Whamcloud - gitweb
Branch b1_8_gate
authortianzy <tianzy>
Wed, 8 Oct 2008 12:30:38 +0000 (12:30 +0000)
committertianzy <tianzy>
Wed, 8 Oct 2008 12:30:38 +0000 (12:30 +0000)
fix compiling error when CONFIG_QUOTA isn't set.
b=16481
i=shadow
i=panda

lustre/autoMakefile.am

index 866c1fc..8db3ee0 100644 (file)
@@ -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