summaryrefslogtreecommitdiff
path: root/ctdb/ib/config.m4
diff options
context:
space:
mode:
authorPeter Somogyi <psomogyi@gamax.hu>2007-01-02 18:16:39 +0100
committerPeter Somogyi <psomogyi@gamax.hu>2007-01-02 18:16:39 +0100
commit11fb3ef3b552556adb440774b24e5689cbe198bb (patch)
treee2132385f4e88342a301aa93c572b5b035d4f541 /ctdb/ib/config.m4
parent96f10d7ff429470e72648ecbbcad217d0b8c088c (diff)
parent0d9ec11a5099c00603d9e97901cc14653179f40f (diff)
downloadsamba-11fb3ef3b552556adb440774b24e5689cbe198bb.tar.gz
Joining ctdb and ibwrapper (incomplete).
It compiles. TODO: modify ctdb as well. (This used to be ctdb commit a080b85a5d8e46946f8308bb6c76aa62b5a254db)
Diffstat (limited to 'ctdb/ib/config.m4')
-rw-r--r--ctdb/ib/config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/ib/config.m4 b/ctdb/ib/config.m4
index e84b7448a76..9d95ea7a5ab 100644
--- a/ctdb/ib/config.m4
+++ b/ctdb/ib/config.m4
@@ -7,7 +7,7 @@ if eval "test x$enable_infiniband = xyes"; then
AC_DEFINE(USE_INFINIBAND,1,[Use infiniband])
HAVE_INFINIBAND=yes
- INFINIBAND_WRAPPER_OBJ="ib/ibwrapper.o"
+ INFINIBAND_WRAPPER_OBJ="ib/ibwrapper.o ib/ibw_ctdb.o ib/ibw_ctdb_init.o"
INFINIBAND_LIBS="-lrdmacm -libverbs"
INFINIBAND_BINS="bin/ibwrapper_test"