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 --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index dbae42aa..2c54c3be 100644 --- a/configure.ac +++ b/configure.ac @@ -116,6 +116,9 @@ AC_CONFIG_FILES([Makefile xlators/features/index/src/Makefile xlators/features/protect/Makefile xlators/features/protect/src/Makefile + xlators/playground/Makefile + xlators/playground/template/Makefile + xlators/playground/template/src/Makefile xlators/encryption/Makefile xlators/encryption/rot-13/Makefile xlators/encryption/rot-13/src/Makefile -- cgit