From: wangdi Date: Mon, 9 Feb 2004 04:44:31 +0000 (+0000) Subject: minor fix about smfs in Makefile.am X-Git-Tag: 1.0.4~14 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=89508ecdd6f1ddd8fb82dba6e5233b45274b88cb;p=fs%2Flustre-release.git minor fix about smfs in Makefile.am --- diff --git a/lustre/Makefile.am b/lustre/Makefile.am index ec38dc9..1582666 100644 --- a/lustre/Makefile.am +++ b/lustre/Makefile.am @@ -22,7 +22,10 @@ if SNAPFS SUBDIRS+= snapfs endif -DIST_SUBDIRS = $(SUBDIRS) liblustre snapfs +if SMFS +SUBDIRS += smfs +endif +DIST_SUBDIRS = $(SUBDIRS) liblustre snapfs smfs EXTRA_DIST = BUGS FDL Rules kernel_patches # We get the version from the spec file.