diff options
author | Amar Tumballi <amar@gluster.com> | 2010-06-21 04:26:00 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2010-06-21 20:21:13 -0700 |
commit | 002ab96fd30f8924533fc454ecea00be04c013d5 (patch) | |
tree | 83832c397d9e47007bad5479a76c0a394229aa6a /xlators/protocol/server/src/Makefile.am | |
parent | fdd20492638fe98a62b5e6d5e82f18cf4799fd1a (diff) |
make rpc protocol as default, and move the old one to legacy
Signed-off-by: Amar Tumballi <amar@gluster.com>
Signed-off-by: Raghavendra G <raghavendra@gluster.com>
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
BUG: 875 (Implement a new protocol to provide proper backward/forward compatibility)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=875
Diffstat (limited to 'xlators/protocol/server/src/Makefile.am')
-rw-r--r-- | xlators/protocol/server/src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/protocol/server/src/Makefile.am b/xlators/protocol/server/src/Makefile.am index 842ab5e50..566067960 100644 --- a/xlators/protocol/server/src/Makefile.am +++ b/xlators/protocol/server/src/Makefile.am @@ -1,5 +1,5 @@ xlator_LTLIBRARIES = server.la -xlatordir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator/alpha/protocol +xlatordir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator/protocol server_la_LDFLAGS = -module -avoidversion |