From: braam Date: Sun, 20 Oct 2002 22:40:11 +0000 (+0000) Subject: - put obdfilter before extN + mds to facilitate collab between peter + X-Git-Tag: 0.5.15~43 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=c65991cb88f6efb551c0520fa33d77b486eefd62;p=fs%2Flustre-release.git - put obdfilter before extN + mds to facilitate collab between peter + andreas on 2.5 --- diff --git a/lustre/Makefile.am b/lustre/Makefile.am index 702f5fd..b228a89 100644 --- a/lustre/Makefile.am +++ b/lustre/Makefile.am @@ -6,8 +6,8 @@ AUTOMAKE_OPTIONS = foreign # NOTE: keep extN before mds -SUBDIRS = lov utils obdclass ldlm ptlrpc lib obdecho mdc osc ost llite -SUBDIRS+= extN mds tests obdfilter doc scripts +SUBDIRS = lov utils obdclass ldlm ptlrpc lib obdecho mdc osc ost llite obdfilter +SUBDIRS+= extN mds tests doc scripts DIST_SUBDIRS = $(SUBDIRS) EXTRA_DIST = BUGS FDL Rules include patches archdep.m4