From: Amitay Isaacs Date: Mon, 30 Apr 2018 09:37:04 +0000 (+1000) Subject: ctdb-build: Drop unnessary dependency on ctdb-client X-Git-Tag: ldb-1.4.0~500 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45202d86c54960d8d39493def19c01c79746ef20;p=thirdparty%2Fsamba.git ctdb-build: Drop unnessary dependency on ctdb-client Signed-off-by: Amitay Isaacs Reviewed-by: Martin Schwenke --- diff --git a/ctdb/wscript b/ctdb/wscript index 74e37ead86d..7975b14b475 100644 --- a/ctdb/wscript +++ b/ctdb/wscript @@ -866,7 +866,7 @@ def build(bld): bld.SAMBA_BINARY('ibwrapper_test', source='ib/ibwrapper_test.c', includes='include', - deps='replace talloc ctdb-client ctdb-common sys_rw' + + deps='replace talloc ctdb-common sys_rw' + ib_deps, install_path='${CTDB_TEST_LIBEXECDIR}')