From c65991cb88f6efb551c0520fa33d77b486eefd62 Mon Sep 17 00:00:00 2001 From: braam Date: Sun, 20 Oct 2002 22:40:11 +0000 Subject: [PATCH] - put obdfilter before extN + mds to facilitate collab between peter + andreas on 2.5 --- lustre/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 1.8.3.1