diff options
author | Shehjar Tikoo <shehjart@gluster.com> | 2010-03-31 07:27:01 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2010-03-31 07:43:55 -0700 |
commit | eff83c8dae2a9f6d52ae2d8b069190a13f92deaf (patch) | |
tree | da88bd0e73c14f5848d3ca8fe508b17d81aafc8e /configure.ac | |
parent | fce2ae459b356977aab9b0100db22047e54a994b (diff) |
nfs: Add RPC and NFS XDR translation routines
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 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index e9be1012b2c..6571adb02f4 100644 --- a/configure.ac +++ b/configure.ac @@ -107,6 +107,9 @@ AC_CONFIG_FILES([Makefile contrib/fuse-util/Makefile xlators/features/access-control/Makefile xlators/features/access-control/src/Makefile + xlators/nfs/Makefile + xlators/nfs/lib/Makefile + xlators/nfs/lib/src/Makefile glusterfs.spec]) AC_CANONICAL_HOST |