From 0da2a6d08cc8fc2315742d010c8a8cab38ef75bb Mon Sep 17 00:00:00 2001 From: Vijay Bellur Date: Mon, 28 Jun 2010 02:49:46 +0000 Subject: Move rpc to top-level Signed-off-by: Vijay Bellur 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 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index ffe87e819..fe88d5e33 100644 --- a/configure.ac +++ b/configure.ac @@ -25,6 +25,12 @@ AC_CONFIG_FILES([Makefile libglusterfs/src/Makefile glusterfsd/Makefile glusterfsd/src/Makefile + rpc/Makefile + rpc/rpc-lib/Makefile + rpc/rpc-lib/src/Makefile + rpc/rpc-transport/Makefile + rpc/rpc-transport/socket/Makefile + rpc/rpc-transport/socket/src/Makefile xlators/Makefile xlators/mount/Makefile xlators/mount/fuse/Makefile @@ -84,12 +90,6 @@ AC_CONFIG_FILES([Makefile xlators/protocol/auth/addr/src/Makefile xlators/protocol/auth/login/Makefile xlators/protocol/auth/login/src/Makefile - xlators/protocol/rpc/Makefile - xlators/protocol/rpc/rpc-lib/Makefile - xlators/protocol/rpc/rpc-lib/src/Makefile - xlators/protocol/rpc/rpc-transport/Makefile - xlators/protocol/rpc/rpc-transport/socket/Makefile - xlators/protocol/rpc/rpc-transport/socket/src/Makefile xlators/protocol/client/Makefile xlators/protocol/client/src/Makefile xlators/protocol/server/Makefile -- cgit