From a2a92b99fc031544ff8a87861d34b2bbbdd2753c Mon Sep 17 00:00:00 2001 From: Junaid Date: Thu, 27 Jan 2011 05:23:31 +0000 Subject: adding marker translator Signed-off-by: Junaid Signed-off-by: Csaba Henk Signed-off-by: Anand V. Avati BUG: 2310 (georeplication) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2310 --- configure.ac | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index fedde7582cd..e8d3c07a897 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ AM_INIT_AUTOMAKE AM_CONFIG_HEADER([config.h]) AC_CONFIG_FILES([Makefile - libglusterfs/Makefile + libglusterfs/Makefile libglusterfs/src/Makefile glusterfsd/Makefile glusterfsd/src/Makefile @@ -91,6 +91,8 @@ AC_CONFIG_FILES([Makefile xlators/features/trash/src/Makefile xlators/features/quota/Makefile xlators/features/quota/src/Makefile + xlators/features/marker/Makefile + xlators/features/marker/src/Makefile xlators/features/read-only/Makefile xlators/features/read-only/src/Makefile xlators/features/mac-compat/Makefile -- cgit