From 2d7f44e39792c71e4f7bb768acffc2f5a76c80e0 Mon Sep 17 00:00:00 2001 From: Amar Tumballi Date: Tue, 17 Mar 2009 19:05:43 -0700 Subject: Moving few translators which are not well tested, are in beta stage to 'testing/' directory. This way, users will be aware which are in 'beta' stage, and we can keep on adding new translators (if any) seemlessly to stable codebase and once tested can move them to proper places. To use these translators, everyone will have to prefix 'testing/' to existing type of translator (in volumefile) Signed-off-by: Anand V. Avati --- xlators/features/path-convertor/src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xlators/features/path-convertor') diff --git a/xlators/features/path-convertor/src/Makefile.am b/xlators/features/path-convertor/src/Makefile.am index 1fde1935238..58cfed0f983 100644 --- a/xlators/features/path-convertor/src/Makefile.am +++ b/xlators/features/path-convertor/src/Makefile.am @@ -1,6 +1,6 @@ xlator_LTLIBRARIES = path-converter.la -xlatordir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator/features +xlatordir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator/testing/features path_converter_la_LDFLAGS = -module -avoidversion -- cgit