From: tappro Date: Mon, 3 Apr 2006 18:29:26 +0000 (+0000) Subject: add CMM to makefiles X-Git-Tag: v1_8_0_110~486^2~2107 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=5c8b38e05cb00f03d65950b1103768d452284467;p=fs%2Flustre-release.git add CMM to makefiles --- diff --git a/lustre/Makefile.in b/lustre/Makefile.in index dcd5065..9f50cc9 100644 --- a/lustre/Makefile.in +++ b/lustre/Makefile.in @@ -8,7 +8,7 @@ subdir-m += osc subdir-m += obdecho subdir-m += mgc -@SERVER_TRUE@subdir-m += mds obdfilter ost mgs mdt mdd +@SERVER_TRUE@subdir-m += mds obdfilter ost mgs mdt cmm mdd @CLIENT_TRUE@subdir-m += mdc llite @QUOTA_TRUE@subdir-m += quota diff --git a/lustre/autoMakefile.am b/lustre/autoMakefile.am index 05bb666..e6a3f4f 100644 --- a/lustre/autoMakefile.am +++ b/lustre/autoMakefile.am @@ -8,7 +8,7 @@ AUTOMAKE_OPTIONS = foreign ALWAYS_SUBDIRS := include lvfs obdclass ldlm ptlrpc osc lov obdecho \ mgc doc utils tests conf scripts autoconf -SERVER_SUBDIRS := ldiskfs obdfilter ost mds mgs +SERVER_SUBDIRS := ldiskfs obdfilter ost mds mgs mdt cmm mdd CLIENT_SUBDIRS := mdc llite