1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-01 05:47:28 +03:00

11 lines
328 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',
for_selftest=True)