summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAmar Tumballi <amar@gluster.com>2010-06-21 04:24:40 +0000
committerAnand V. Avati <avati@dev.gluster.com>2010-06-21 20:21:05 -0700
commitb9b8734a9496ccf5f8ed5527dc7714930a59948b (patch)
treeffcf9187c315b30e23cfa7f68f1d360e246d94c2 /configure.ac
parent2a5fada7546032e1fc1b106ddd40e42cc45349e1 (diff)
renamed xlator/protocol to xlator/protocol/legacy
Signed-off-by: Amar Tumballi <amar@gluster.com> Signed-off-by: Raghavendra G <raghavendra@gluster.com> Signed-off-by: Anand V. Avati <avati@dev.gluster.com> 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
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac21
1 files changed, 12 insertions, 9 deletions
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