From ef078a335980b5962239556e9b3a98f589662337 Mon Sep 17 00:00:00 2001 From: Pavan Sondur Date: Wed, 4 Nov 2009 01:23:18 +0000 Subject: Add glusterfs-volgen to master, change fusermount options and other changes to rpm spec file. The patch has the following changes: * Rename glusterfs-volgen.py and include it in the rpm spec file * Enable fusermount by default. Change fusermount configure option from disable to enable. * Remove BDB from configure.ac, essentially removing it from the normal build. * Remove all dependencies on fuse in the rpm spec file. Signed-off-by: Pavan Vilas Sondur Signed-off-by: Anand V. Avati BUG: 343 (Placeholder bug for adding volgen into rpm, bdb makefile changes, etc) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=343 --- xlators/storage/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xlators/storage/Makefile.am') diff --git a/xlators/storage/Makefile.am b/xlators/storage/Makefile.am index 59b968969..9cb9ded30 100644 --- a/xlators/storage/Makefile.am +++ b/xlators/storage/Makefile.am @@ -1,3 +1,3 @@ -SUBDIRS = posix $(BDB_SUBDIR) +SUBDIRS = posix CLEANFILES = -- cgit