From a20101e2e4d5f5595655544cfc798eb1d445638c Mon Sep 17 00:00:00 2001 From: Venky Shankar Date: Mon, 9 Feb 2015 18:28:21 +0530 Subject: Bitrot Stub Bitrot stub implements object versioning required for identifying signature freshness. More details about versioning is explained as a part of the "bitrot feature documentation" patch. Change-Id: I2ad70d9eb109ba4a12148ab8d81336afda529ad9 BUG: 1170075 Signed-off-by: Venky Shankar Reviewed-on: http://review.gluster.org/9709 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 81faaf46549..ee89ce99167 100644 --- a/configure.ac +++ b/configure.ac @@ -162,6 +162,9 @@ AC_CONFIG_FILES([Makefile xlators/features/upcall/src/Makefile xlators/features/shard/Makefile xlators/features/shard/src/Makefile + xlators/features/bit-rot/Makefile + xlators/features/bit-rot/src/Makefile + xlators/features/bit-rot/src/stub/Makefile xlators/playground/Makefile xlators/playground/template/Makefile xlators/playground/template/src/Makefile -- cgit