From 89508ecdd6f1ddd8fb82dba6e5233b45274b88cb Mon Sep 17 00:00:00 2001 From: wangdi Date: Mon, 9 Feb 2004 04:44:31 +0000 Subject: [PATCH] minor fix about smfs in Makefile.am --- lustre/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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. -- 1.8.3.1