From cd5d2fc036003eb0c1a7f91755d3f5aa327067b4 Mon Sep 17 00:00:00 2001 From: Raghavendra G Date: Tue, 31 Aug 2010 03:20:29 +0000 Subject: rpc-transport/rdma: By default, enable building of rdma only if libibverbs is installed. Signed-off-by: Raghavendra G Signed-off-by: Vijay Bellur BUG: 513 (Introduce 0 copy rdma) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=513 --- rpc/rpc-transport/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rpc/rpc-transport/Makefile.am') diff --git a/rpc/rpc-transport/Makefile.am b/rpc/rpc-transport/Makefile.am index 61bd0a36..221fd640 100644 --- a/rpc/rpc-transport/Makefile.am +++ b/rpc/rpc-transport/Makefile.am @@ -1 +1 @@ -SUBDIRS = socket rdma +SUBDIRS = socket $(RDMA_SUBDIR) -- cgit