X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2FautoMakefile.am;h=f542f3e0510bd1ad615b2542067d51754fbcd588;hp=7559ef2b45aac2cb5e68c78ef5eeaa3885fd8c45;hb=632cef2dcd807b1327ee26aacd9698953fb62c5b;hpb=617e8e1229637908d4cce6725878dd5668960420 diff --git a/lustre/autoMakefile.am b/lustre/autoMakefile.am index 7559ef2..f542f3e 100644 --- a/lustre/autoMakefile.am +++ b/lustre/autoMakefile.am @@ -42,12 +42,10 @@ AUTOMAKE_OPTIONS = foreign ALWAYS_SUBDIRS := include lvfs obdclass ldlm ptlrpc osc lov obdecho \ mgc fid fld doc utils tests scripts autoconf contrib conf -SERVER_SUBDIRS := obdfilter ost mds mgs mdt cmm mdd osd-ldiskfs +SERVER_SUBDIRS := obdfilter ost mds mgs mdt cmm mdd osd-ldiskfs quota CLIENT_SUBDIRS := mdc lmv llite lclient -QUOTA_SUBDIRS := quota - LIBLUSTRE_SUBDIRS := liblustre SUBDIRS := $(ALWAYS_SUBDIRS) @@ -60,8 +58,6 @@ if CLIENT SUBDIRS += $(CLIENT_SUBDIRS) endif -SUBDIRS += $(QUOTA_SUBDIRS) - # this needs to be after the client subdirs if LIBLUSTRE if !CLIENT @@ -71,7 +67,7 @@ SUBDIRS += $(LIBLUSTRE_SUBDIRS) endif DIST_SUBDIRS := $(ALWAYS_SUBDIRS) $(SERVER_SUBDIRS) $(CLIENT_SUBDIRS) \ - $(LIBLUSTRE_SUBDIRS) $(QUOTA_SUBDIRS) + $(LIBLUSTRE_SUBDIRS) EXTRA_DIST = BUGS FDL kernel_patches BUILDING