summaryrefslogtreecommitdiffstats
path: root/rpc
diff options
context:
space:
mode:
authorRaghavendra G <raghavendra@gluster.com>2010-08-31 03:20:29 +0000
committerVijay Bellur <vijay@dev.gluster.com>2010-08-31 04:33:36 -0700
commitcd5d2fc036003eb0c1a7f91755d3f5aa327067b4 (patch)
treef23599de025c4ea7f75ab5222771c8e054fca729 /rpc
parente41b82c5704b0a9caba7c511688c9a152c5f2b0f (diff)
rpc-transport/rdma: By default, enable building of rdma only if libibverbs is installed.
Signed-off-by: Raghavendra G <raghavendra@gluster.com> Signed-off-by: Vijay Bellur <vijay@dev.gluster.com> BUG: 513 (Introduce 0 copy rdma) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=513
Diffstat (limited to 'rpc')
-rw-r--r--rpc/rpc-transport/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpc/rpc-transport/Makefile.am b/rpc/rpc-transport/Makefile.am
index 61bd0a36abd..221fd640514 100644
--- a/rpc/rpc-transport/Makefile.am
+++ b/rpc/rpc-transport/Makefile.am
@@ -1 +1 @@
-SUBDIRS = socket rdma
+SUBDIRS = socket $(RDMA_SUBDIR)