From e60f8caad15a7a2962afa41894ef9e4c9b791c1a Mon Sep 17 00:00:00 2001 From: braam <braam> Date: Thu, 6 Jun 2002 19:23:16 +0000 Subject: [PATCH] Bring Makefile.am forward to move extN before mds. --- lustre/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/Makefile.am b/lustre/Makefile.am index 718468b318..90726705a4 100644 --- a/lustre/Makefile.am +++ b/lustre/Makefile.am @@ -4,8 +4,8 @@ # See the file COPYING in this distribution AUTOMAKE_OPTIONS = foreign -SUBDIRS = ptlrpc llite lib ldlm obdecho mdc osc mds ost utils tests obdfilter -SUBDIRS+= obdclass obdext2 obdfs demos doc scripts extN +SUBDIRS = ptlrpc llite lib ldlm obdecho mdc osc extN mds ost utils tests obdfilter +SUBDIRS+= obdclass obdext2 obdfs demos doc scripts EXTRA_DIST = BUGS FDL Rules include patches # We get the version from the spec file. -- GitLab