From: lincent Date: Tue, 2 Aug 2005 10:31:06 +0000 (+0000) Subject: add mgc mgs to Makefile X-Git-Tag: v1_8_0_110~486^4~175^2~29 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=d79520beaffceb790d1ed2aa3c3d738147ed34b1;p=fs%2Flustre-release.git add mgc mgs to Makefile --- 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