mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
texpect: Reformat long line
There will be more deps soon Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
4371982619
commit
4fabe1d107
@ -4,4 +4,7 @@ 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', for_selftest=True)
|
||||
bld.SAMBA_BINARY('texpect',
|
||||
'texpect.c',
|
||||
deps='popt util replace',
|
||||
for_selftest=True)
|
||||
|
Loading…
Reference in New Issue
Block a user