diff options
author | Amar Tumballi <amar@gluster.com> | 2010-03-24 04:04:02 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2010-03-24 05:42:16 -0700 |
commit | 1a15248382e53e5c04cb6235144001d697f6b09b (patch) | |
tree | 069d06cd917821905bc2df34396eddda119a4a92 /configure.ac | |
parent | 1e55e8f29b4cebb3398a46e36b8791980bb1db6d (diff) |
new 'features/read-only' module added
Signed-off-by: Amar Tumballi <amar@gluster.com>
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
BUG: 712 (mount.glusterfs script doesn't handle 'ro' option)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=712
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 98cb062c909..63a2f345205 100644 --- a/configure.ac +++ b/configure.ac @@ -76,6 +76,8 @@ AC_CONFIG_FILES([Makefile xlators/features/trash/src/Makefile xlators/features/quota/Makefile xlators/features/quota/src/Makefile + xlators/features/read-only/Makefile + xlators/features/read-only/src/Makefile xlators/encryption/Makefile xlators/encryption/rot-13/Makefile xlators/encryption/rot-13/src/Makefile |