summaryrefslogtreecommitdiffstats
path: root/xlators/protocol/legacy/client
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/protocol/legacy/client')
-rw-r--r--xlators/protocol/legacy/client/src/Makefile.am13
1 files changed, 8 insertions, 5 deletions
diff --git a/xlators/protocol/legacy/client/src/Makefile.am b/xlators/protocol/legacy/client/src/Makefile.am
index da00a5182b5..b7c2f7c8f77 100644
--- a/xlators/protocol/legacy/client/src/Makefile.am
+++ b/xlators/protocol/legacy/client/src/Makefile.am
@@ -1,11 +1,12 @@
-xlator_LTLIBRARIES = client.la
-xlatordir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator/protocol
+xlator_LTLIBRARIES = client-old.la
+xlatordir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator/legacy/protocol
-client_la_LDFLAGS = -module -avoidversion
+client_old_la_LDFLAGS = -module -avoidversion
-client_la_SOURCES = client-protocol.c saved-frames.c
-client_la_LIBADD = $(top_builddir)/libglusterfs/src/libglusterfs.la \
+client_old_la_SOURCES = client-protocol.c saved-frames.c
+
+client_old_la_LIBADD = $(top_builddir)/libglusterfs/src/libglusterfs.la \
$(top_builddir)/xlators/protocol/legacy/lib/src/libgfproto.la
noinst_HEADERS = client-protocol.h saved-frames.h client-mem-types.h
@@ -16,3 +17,5 @@ AM_CFLAGS = -fPIC -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -D$(GF_HOST_OS) \
CLEANFILES =
+install-data-hook:
+ ln -sf client.so $(DESTDIR)$(xlatordir)/client-old.so