Whamcloud - gitweb
minor fix about smfs in Makefile.am
authorwangdi <wangdi>
Mon, 9 Feb 2004 04:44:31 +0000 (04:44 +0000)
committerwangdi <wangdi>
Mon, 9 Feb 2004 04:44:31 +0000 (04:44 +0000)
lustre/Makefile.am

index ec38dc9..1582666 100644 (file)
@@ -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.