diff options
author | Shehjar Tikoo <shehjart@gluster.com> | 2010-08-10 02:41:55 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2010-08-10 02:44:26 -0700 |
commit | 5eb7cabfe7835604d132e4850ca6b656427df57f (patch) | |
tree | 70398a5e254348c94234953d2b240953d6eacb63 /xlators/nfs/Makefile.am | |
parent | 0af39ff8d03173a7ba3df1b13476b7ed447131aa (diff) |
nfs: Do not build nfs/rpc as shared library
Signed-off-by: Shehjar Tikoo <shehjart@gluster.com>
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
BUG: 1274 (nfs fails to start)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1274
Diffstat (limited to 'xlators/nfs/Makefile.am')
-rw-r--r-- | xlators/nfs/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/nfs/Makefile.am b/xlators/nfs/Makefile.am index de3c08cbada..8771032f6c6 100644 --- a/xlators/nfs/Makefile.am +++ b/xlators/nfs/Makefile.am @@ -1,3 +1,3 @@ -SUBDIRS = lib server +SUBDIRS = server CLEANFILES = |