From eff83c8dae2a9f6d52ae2d8b069190a13f92deaf Mon Sep 17 00:00:00 2001 From: Shehjar Tikoo Date: Wed, 31 Mar 2010 07:27:01 +0000 Subject: nfs: Add RPC and NFS XDR translation routines Signed-off-by: Shehjar Tikoo Signed-off-by: Anand V. Avati BUG: 399 (NFS translator with Mount v3 and NFS v3 support) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=399 --- xlators/nfs/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 xlators/nfs/Makefile.am (limited to 'xlators/nfs/Makefile.am') diff --git a/xlators/nfs/Makefile.am b/xlators/nfs/Makefile.am new file mode 100644 index 00000000000..8ead8848aa0 --- /dev/null +++ b/xlators/nfs/Makefile.am @@ -0,0 +1,3 @@ +SUBDIRS = lib + +CLEANFILES = -- cgit