From d79520beaffceb790d1ed2aa3c3d738147ed34b1 Mon Sep 17 00:00:00 2001 From: lincent Date: Tue, 2 Aug 2005 10:31:06 +0000 Subject: [PATCH] add mgc mgs to Makefile --- lustre/Makefile.in | 6 ++++-- lustre/autoMakefile.am | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/lustre/Makefile.in b/lustre/Makefile.in index d6e7684..3c393ba 100644 --- a/lustre/Makefile.in +++ b/lustre/Makefile.in @@ -6,8 +6,10 @@ subdir-m += lov subdir-m += ptlrpc subdir-m += osc subdir-m += obdecho +subdir-m += mgc +subdir-m += mgs -@SERVER_TRUE@subdir-m += mds obdfilter ost -@CLIENT_TRUE@subdir-m += mdc llite +@SERVER_TRUE@subdir-m += mgc mds obdfilter ost mgs +@CLIENT_TRUE@subdir-m += mgc mdc llite @INCLUDE_RULES@ diff --git a/lustre/autoMakefile.am b/lustre/autoMakefile.am index 65f636b..c876b99 100644 --- a/lustre/autoMakefile.am +++ b/lustre/autoMakefile.am @@ -8,9 +8,9 @@ AUTOMAKE_OPTIONS = foreign ALWAYS_SUBDIRS := include lvfs obdclass ldlm ptlrpc osc lov obdecho \ doc utils tests conf scripts autoconf -SERVER_SUBDIRS := ldiskfs obdfilter ost mds +SERVER_SUBDIRS := ldiskfs obdfilter ost mds mgc mgs -CLIENT_SUBDIRS := mdc llite +CLIENT_SUBDIRS := mgc mdc llite LIBLUSTRE_SUBDIRS := liblustre -- 1.8.3.1