mirror of
https://github.com/samba-team/samba.git
synced 2024-12-28 07:21:54 +03:00
9 lines
243 B
Python
9 lines
243 B
Python
#!/usr/bin/env python
|
|
|
|
bld.SAMBA_BINARY('samba-tool',
|
|
source='samba_tool.c password.c vampire.c gpo.c',
|
|
autoproto='proto.h',
|
|
deps='samba-hostconfig samba-util samba-net popt POPT_SAMBA POPT_CREDENTIALS samba-policy auth4',
|
|
pyembed=True
|
|
)
|