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/lib/Makefile.am | 3 --- xlators/nfs/lib/src/Makefile.am | 11 ----------- 2 files changed, 14 deletions(-) delete mode 100644 xlators/nfs/lib/Makefile.am delete mode 100644 xlators/nfs/lib/src/Makefile.am (limited to 'xlators/nfs/lib') diff --git a/xlators/nfs/lib/Makefile.am b/xlators/nfs/lib/Makefile.am deleted file mode 100644 index a985f42a877..00000000000 --- a/xlators/nfs/lib/Makefile.am +++ /dev/null @@ -1,3 +0,0 @@ -SUBDIRS = src - -CLEANFILES = diff --git a/xlators/nfs/lib/src/Makefile.am b/xlators/nfs/lib/src/Makefile.am deleted file mode 100644 index 4eb9b61ed41..00000000000 --- a/xlators/nfs/lib/src/Makefile.am +++ /dev/null @@ -1,11 +0,0 @@ -lib_LTLIBRARIES = libglrpcsvc.la -libglrpcsvc_la_LDFLAGS = -avoidversion - -libglrpcsvc_la_SOURCES = msg-nfs3.c xdr-nfs3.c xdr-rpc.c auth-unix.c rpcsvc-auth.c rpcsvc.c auth-null.c rpc-socket.c -libglrpcsvc_la_LIBADD = $(top_builddir)/libglusterfs/src/libglusterfs.la - -noinst_HEADERS = xdr-rpc.h msg-nfs3.h xdr-common.h xdr-nfs3.h rpc-socket.h rpcsvc.h -AM_CFLAGS = -fPIC -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -D$(GF_HOST_OS)\ - -I$(top_srcdir)/libglusterfs/src -shared -nostartfiles $(GF_CFLAGS) - -CLEANFILES = -- cgit