Whamcloud - gitweb
b=19742 fix llite fiemap interfaces
[fs/lustre-release.git] / lustre / autoMakefile.am
index 3ad4024..13d576c 100644 (file)
@@ -38,11 +38,11 @@ AUTOMAKE_OPTIONS = foreign
 
 # also update lustre/autoconf/lustre-core.m4 AC_CONFIG_FILES
 ALWAYS_SUBDIRS := include lvfs obdclass ldlm ptlrpc osc lov obdecho \
-       mgc fid fld doc utils tests scripts autoconf contrib
+       mgc doc utils tests scripts autoconf contrib
 
-SERVER_SUBDIRS := obdfilter ost mds mgs mdt cmm mdd osd
+SERVER_SUBDIRS := obdfilter ost mds mgs
 
-CLIENT_SUBDIRS := mdc lmv llite lclient
+CLIENT_SUBDIRS := mdc llite
 
 QUOTA_SUBDIRS := quota
 
@@ -58,9 +58,7 @@ if CLIENT
 SUBDIRS += $(CLIENT_SUBDIRS)
 endif
 
-if QUOTA
 SUBDIRS += $(QUOTA_SUBDIRS)
-endif
 
 # this needs to be after the client subdirs
 if LIBLUSTRE