From 72cdb4c48d4f9af3875de62fb41fc67dc35967e5 Mon Sep 17 00:00:00 2001 From: braam Date: Sat, 19 Oct 2002 16:43:42 +0000 Subject: [PATCH] - keep extN before MDS --- lustre/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/Makefile.am b/lustre/Makefile.am index 4ba0e0d..7c580ea1 100644 --- a/lustre/Makefile.am +++ b/lustre/Makefile.am @@ -7,7 +7,7 @@ AUTOMAKE_OPTIONS = foreign # NOTE: keep extN before mds SUBDIRS = lov utils obdclass ldlm ptlrpc llite lib obdecho mdc osc -SUBDIRS+= mds ost tests obdfilter doc scripts extN +SUBDIRS+= extN mds ost tests obdfilter doc scripts DIST_SUBDIRS = $(SUBDIRS) EXTRA_DIST = BUGS FDL Rules include patches archdep.m4 -- 1.8.3.1