From: Amitay Isaacs Date: Thu, 26 Apr 2018 07:37:03 +0000 (+1000) Subject: ctdb-build: Add ctdb prefix to build target X-Git-Tag: tevent-0.9.37~110 X-Git-Url: http://git.samba.org/samba.git/?a=commitdiff_plain;h=cbf7e2f0f241f525496101179ba553c3763b14da;p=vlendec%2Fsamba-autobuild%2F.git ctdb-build: Add ctdb prefix to build target Signed-off-by: Amitay Isaacs Reviewed-by: Martin Schwenke --- diff --git a/ctdb/wscript b/ctdb/wscript index deef78f1bea..2edf6d0f5b2 100644 --- a/ctdb/wscript +++ b/ctdb/wscript @@ -837,7 +837,7 @@ def build(bld): deps='samba-util ctdb-system popt', install_path='${CTDB_TEST_LIBEXECDIR}') - bld.SAMBA_SUBSYSTEM('protocol-tests-common', + bld.SAMBA_SUBSYSTEM('ctdb-protocol-tests-common', source=bld.SUBDIR('tests/src', '''protocol_common.c protocol_common_ctdb.c @@ -861,7 +861,7 @@ def build(bld): bld.SAMBA_BINARY(target, source=src, - deps='''protocol-tests-common + deps='''ctdb-protocol-tests-common samba-util talloc tdb''', install_path='${CTDB_TEST_LIBEXECDIR}')