policy: Rename to samba-policy to avoid name space clashes.
[kai/samba.git] / source4 / samba_tool / wscript_build
1 #!/usr/bin/env python
2
3 bld.SAMBA_BINARY('samba-tool',
4         source='samba_tool.c password.c vampire.c gpo.c',
5         autoproto='proto.h',
6         deps='samba-hostconfig samba-util samba-net popt POPT_SAMBA POPT_CREDENTIALS samba-policy auth4',
7         pyembed=True
8         )