From: braam Date: Thu, 6 Jun 2002 19:23:16 +0000 (+0000) Subject: Bring Makefile.am forward to move extN before mds. X-Git-Tag: v1_7_100~5578 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=e60f8caad15a7a2962afa41894ef9e4c9b791c1a;hp=6f95a60d8648381e5b38e4b86e355b4b5b62e510;p=fs%2Flustre-release.git Bring Makefile.am forward to move extN before mds. --- diff --git a/lustre/Makefile.am b/lustre/Makefile.am index 718468b..9072670 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.