From 07d5b01960a8fc7754d1957451210fff2ed4617e Mon Sep 17 00:00:00 2001 From: Amar Tumballi Date: Thu, 26 Nov 2009 14:55:03 +0000 Subject: moved unify from 'cluster/unify' to 'legacy/cluster/unify' maintaining unify is not feasible, and its design of namespace is not scalable too. hence moving it to 'legacy/' directory.. Thanks to unify, we learnt something about rename(). 'cluster/unify' has served GlusterFS well for more than 2years, and its the time to say goodbye :-( Signed-off-by: Amar Tumballi Signed-off-by: Anand V. Avati --- xlators/cluster/unify/src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xlators/cluster/unify/src') diff --git a/xlators/cluster/unify/src/Makefile.am b/xlators/cluster/unify/src/Makefile.am index b9e6f63e9d7..2a1fe837263 100644 --- a/xlators/cluster/unify/src/Makefile.am +++ b/xlators/cluster/unify/src/Makefile.am @@ -1,6 +1,6 @@ xlator_LTLIBRARIES = unify.la -xlatordir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator/cluster +xlatordir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator/legacy/cluster unify_la_LDFLAGS = -module -avoidversion -- cgit