From 31f58221811cf901f02059a4751b20483d26d79d Mon Sep 17 00:00:00 2001 From: Krishnan Parthasarathi Date: Fri, 1 Mar 2013 16:18:26 +0530 Subject: template: A minimal example xlator to build on This xlator is intended to save new GlusterFS developers from fighting it with autotools. How to add template xl onto the xlator graph? [..] volname-template type testing/features/template subvolumes volname-dht end-volume [..] Change-Id: If513284bb590be7c3b093054108dba2883064190 BUG: 916985 Signed-off-by: Krishnan Parthasarathi Reviewed-on: http://review.gluster.org/4604 Tested-by: Gluster Build System Reviewed-by: Vijay Bellur --- xlators/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'xlators/Makefile.am') diff --git a/xlators/Makefile.am b/xlators/Makefile.am index b1643d26c..f60fa85ce 100644 --- a/xlators/Makefile.am +++ b/xlators/Makefile.am @@ -1,3 +1,4 @@ -SUBDIRS = cluster storage protocol performance debug features encryption mount nfs mgmt system +SUBDIRS = cluster storage protocol performance debug features encryption mount nfs mgmt system \ + playground CLEANFILES = -- cgit