mirror of
https://github.com/samba-team/samba.git
synced 2025-03-11 16:58:40 +03:00
ctdb-build: Link in backtrace support for ctdb_util_tests
Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
This commit is contained in:
parent
7a1c43fc74
commit
f9467cdf3b
12
ctdb/wscript
12
ctdb/wscript
@ -935,8 +935,16 @@ def build(bld):
|
||||
|
||||
bld.SAMBA_BINARY(target,
|
||||
source=src,
|
||||
deps='''talloc tevent tdb tevent-util popt
|
||||
LIBASYNC_REQ samba-util sys_rw''',
|
||||
deps='''ctdb-tests-backtrace
|
||||
LIBASYNC_REQ
|
||||
samba-util
|
||||
sys_rw
|
||||
tevent-util
|
||||
talloc
|
||||
tevent
|
||||
tdb
|
||||
popt
|
||||
''',
|
||||
install_path='${CTDB_TEST_LIBEXECDIR}')
|
||||
|
||||
bld.SAMBA_BINARY('reqid_test',
|
||||
|
Loading…
x
Reference in New Issue
Block a user