diff options
author | Raghavendra G <raghavendra@gluster.com> | 2010-11-10 02:59:10 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2010-11-10 20:07:30 -0800 |
commit | 681d7d3aa926e0959ad3f66e53282cb4e55d6202 (patch) | |
tree | 29569b470df64c510c77ce3cd162945cb8c06cbe /rpc/rpc-lib/src/Makefile.am | |
parent | f406a2e2754a5aa44736f25459e33ef068b6b14a (diff) |
rpc/rpc-lib: don't build libgfrpc as a module.
Signed-off-by: Raghavendra G <raghavendra@gluster.com>
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
BUG: 1427 (libgfrpc.so is not portable)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1427
Diffstat (limited to 'rpc/rpc-lib/src/Makefile.am')
-rw-r--r-- | rpc/rpc-lib/src/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rpc/rpc-lib/src/Makefile.am b/rpc/rpc-lib/src/Makefile.am index 9e37797bd..fcf091e9b 100644 --- a/rpc/rpc-lib/src/Makefile.am +++ b/rpc/rpc-lib/src/Makefile.am @@ -1,5 +1,4 @@ lib_LTLIBRARIES = libgfrpc.la -libgfrpc_la_LDFLAGS = -module -avoidversion libgfrpc_la_SOURCES = auth-unix.c rpcsvc-auth.c rpcsvc.c auth-null.c \ rpc-transport.c xdr-rpc.c xdr-rpcclnt.c rpc-clnt.c auth-glusterfs.c \ |