Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7bc902
)
Branch b1_8_gate
author
tianzy
<tianzy>
Wed, 8 Oct 2008 12:30:45 +0000
(12:30 +0000)
committer
tianzy
<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
patch
|
blob
|
history
diff --git
a/lustre/liblustre/Makefile.am
b/lustre/liblustre/Makefile.am
index
cf60902
..
2a0f0e9
100644
(file)
--- 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
+if QUOTA
_LIBLUSTRE
QUOTA_LIBS = $(top_builddir)/lustre/quota/libquota.a
endif