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

lustre/liblustre/Makefile.am

index cf60902..2a0f0e9 100644 (file)
@@ -19,7 +19,7 @@ LUSTRE_LIBS = libllite.a \
               $(top_builddir)/lustre/obdclass/liblustreclass.a \
               $(top_builddir)/lustre/lvfs/liblvfs.a
 
-if QUOTA
+if QUOTA_LIBLUSTRE
 QUOTA_LIBS = $(top_builddir)/lustre/quota/libquota.a
 endif