1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

lib/ccan: readd execinfo dependency to failtest

metze

Signed-off-by: Michael Adam <obnox@samba.org>
This commit is contained in:
Stefan Metzmacher 2012-06-29 15:06:02 +02:00 committed by Michael Adam
parent cbf44e8d2f
commit 19941a9054

View File

@ -155,4 +155,7 @@ def build(bld):
ccan_module(bld, 'tcon')
ccan_module(bld, 'tlist', 'ccan-list ccan-tcon')
ccan_module(bld, 'failtest',
"ccan-err ccan-hash ccan-htable ccan-list ccan-read_write_all ccan-str ccan-time")
'''
ccan-err ccan-hash ccan-htable ccan-list
ccan-read_write_all ccan-str ccan-time execinfo
''')