From b9b8734a9496ccf5f8ed5527dc7714930a59948b Mon Sep 17 00:00:00 2001 From: Amar Tumballi Date: Mon, 21 Jun 2010 04:24:40 +0000 Subject: renamed xlator/protocol to xlator/protocol/legacy Signed-off-by: Amar Tumballi Signed-off-by: Raghavendra G Signed-off-by: Anand V. Avati BUG: 875 (Implement a new protocol to provide proper backward/forward compatibility) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=875 --- configure.ac | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 9c1c32a01b0..6ef8188a621 100644 --- a/configure.ac +++ b/configure.ac @@ -67,15 +67,18 @@ AC_CONFIG_FILES([Makefile xlators/protocol/Makefile xlators/protocol/lib/Makefile xlators/protocol/lib/src/Makefile - xlators/protocol/transport/Makefile - xlators/protocol/transport/socket/Makefile - xlators/protocol/transport/socket/src/Makefile - xlators/protocol/transport/ib-verbs/Makefile - xlators/protocol/transport/ib-verbs/src/Makefile - xlators/protocol/client/Makefile - xlators/protocol/client/src/Makefile - xlators/protocol/server/Makefile - xlators/protocol/server/src/Makefile + xlators/protocol/legacy/Makefile + xlators/protocol/legacy/lib/Makefile + xlators/protocol/legacy/lib/src/Makefile + xlators/protocol/legacy/transport/Makefile + xlators/protocol/legacy/transport/socket/Makefile + xlators/protocol/legacy/transport/socket/src/Makefile + xlators/protocol/legacy/transport/ib-verbs/Makefile + xlators/protocol/legacy/transport/ib-verbs/src/Makefile + xlators/protocol/legacy/client/Makefile + xlators/protocol/legacy/client/src/Makefile + xlators/protocol/legacy/server/Makefile + xlators/protocol/legacy/server/src/Makefile xlators/protocol/auth/Makefile xlators/protocol/auth/addr/Makefile xlators/protocol/auth/addr/src/Makefile -- cgit