Whamcloud - gitweb
b=2502
authorjacob <jacob>
Fri, 9 Jan 2004 20:27:17 +0000 (20:27 +0000)
committerjacob <jacob>
Fri, 9 Jan 2004 20:27:17 +0000 (20:27 +0000)
fix a bug in --disable-doc handling, and add snapfs to DISTDIRS

lustre/Makefile.am
lustre/scripts/lustre.spec.in

index fc9ef85..ec38dc9 100644 (file)
@@ -22,7 +22,7 @@ if SNAPFS
 SUBDIRS+= snapfs
 endif
 
-DIST_SUBDIRS = $(SUBDIRS) liblustre
+DIST_SUBDIRS = $(SUBDIRS) liblustre snapfs
 EXTRA_DIST = BUGS FDL Rules kernel_patches
 
 # We get the version from the spec file.
index 974a91d..983e7ce 100644 (file)
@@ -62,7 +62,7 @@ Configures openldap server for LDAP Lustre config database
 %setup -qn lustre-%{version}
 #%setup -c -n lustre-%{version}-lib
 %if %{enable_doc}
-  %define disable_doc
+  %define disable_doc ''
 %else
   %define disable_doc --disable-doc
 %endif