1
0
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:
Volker Lendecke 2020-01-15 12:37:59 +01:00 committed by Jeremy Allison
parent 4371982619
commit 4fabe1d107

View File

@ -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)