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:
a3231ad
)
Branch b1_8_gate
author
tianzy
<tianzy>
Wed, 8 Oct 2008 12:30:38 +0000
(12:30 +0000)
committer
tianzy
<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
patch
|
blob
|
history
diff --git
a/lustre/autoMakefile.am
b/lustre/autoMakefile.am
index
866c1fc
..
8db3ee0
100644
(file)
--- 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