From 5eb7cabfe7835604d132e4850ca6b656427df57f Mon Sep 17 00:00:00 2001 From: Shehjar Tikoo Date: Tue, 10 Aug 2010 02:41:55 +0000 Subject: nfs: Do not build nfs/rpc as shared library Signed-off-by: Shehjar Tikoo Signed-off-by: Anand V. Avati BUG: 1274 (nfs fails to start) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1274 --- xlators/nfs/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xlators/nfs/Makefile.am') diff --git a/xlators/nfs/Makefile.am b/xlators/nfs/Makefile.am index de3c08cba..8771032f6 100644 --- a/xlators/nfs/Makefile.am +++ b/xlators/nfs/Makefile.am @@ -1,3 +1,3 @@ -SUBDIRS = lib server +SUBDIRS = server CLEANFILES = -- cgit