diff options
author | Shehjar Tikoo <shehjart@gluster.com> | 2010-03-31 07:27:03 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2010-03-31 07:44:02 -0700 |
commit | c4fd1cf7325972d8ff64ef3a2bea70edcf4f1085 (patch) | |
tree | b91c42227b2881eb8b77d39aca3d8348966bc052 /configure.ac | |
parent | 8b2949db0d56bdf5842abcb72437cc7dccd884df (diff) |
nfs: Add generic nfs translator
Signed-off-by: Shehjar Tikoo <shehjart@gluster.com>
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
BUG: 399 (NFS translator with Mount v3 and NFS v3 support)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=399
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 6571adb02..b94e4307a 100644 --- a/configure.ac +++ b/configure.ac @@ -110,6 +110,8 @@ AC_CONFIG_FILES([Makefile xlators/nfs/Makefile xlators/nfs/lib/Makefile xlators/nfs/lib/src/Makefile + xlators/nfs/server/Makefile + xlators/nfs/server/src/Makefile glusterfs.spec]) AC_CANONICAL_HOST |