1
0
mirror of https://github.com/samba-team/samba.git synced 2025-06-25 19:17:10 +03:00
Andrew Tridgell b0fb567f04 s4-waf: more dependencies on talloc
these are needed so we can support a system talloc without using the
bundled talloc.h
2010-04-06 20:27:13 +10:00

9 lines
198 B
Python

#!/usr/bin/env python
termlib=bld.env.READLINE_TERMLIB or ''
bld.SAMBA_SUBSYSTEM('SMBREADLINE',
source='smbreadline.c',
deps=termlib + ' readline talloc')