1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-10 01:18:15 +03:00
samba-mirror/lib/texpect/wscript

11 lines
332 B
Plaintext
Raw Normal View History

#!/usr/bin/env python
def configure(conf):
conf.CHECK_FUNCS_IN('openpty', 'util', checklibc=True, headers='pty.h util.h bsd/libutil.h libutil.h')
def build(bld):
bld.SAMBA_BINARY('texpect',
'texpect.c',
deps='popt util replace sys_rw nsl',
for_selftest=True)