From 200137c6db617734eed60e1f03f862de85d30905 Mon Sep 17 00:00:00 2001 From: tianzy Date: Thu, 13 Nov 2008 08:09:18 +0000 Subject: [PATCH] Branch b1_8_gate fix lquota.ko fails to install with --disable-liblustre used b=17620 i=johann i=brian --- lustre/liblustre/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/liblustre/Makefile.am b/lustre/liblustre/Makefile.am index 2a0f0e9..bfe9644 100644 --- a/lustre/liblustre/Makefile.am +++ b/lustre/liblustre/Makefile.am @@ -19,7 +19,7 @@ LUSTRE_LIBS = libllite.a \ $(top_builddir)/lustre/obdclass/liblustreclass.a \ $(top_builddir)/lustre/lvfs/liblvfs.a -if QUOTA_LIBLUSTRE +if LIBLUSTRE QUOTA_LIBS = $(top_builddir)/lustre/quota/libquota.a endif -- 1.8.3.1