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 --- rpc/Makefile.am | 1 + 1 file changed, 1 insertion(+) create mode 100644 rpc/Makefile.am (limited to 'rpc/Makefile.am') diff --git a/rpc/Makefile.am b/rpc/Makefile.am new file mode 100644 index 00000000..bd435fa6 --- /dev/null +++ b/rpc/Makefile.am @@ -0,0 +1 @@ +SUBDIRS = rpc-lib rpc-transport -- cgit