mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
0ff7e0c998
Guenther
9 lines
198 B
Python
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')
|