summaryrefslogtreecommitdiff
path: root/source4/samba_tool/wscript_build
blob: 788f8dbf7543c54e133794e9ba3827a927325604 (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/env python

bld.SAMBA_BINARY('samba-tool',
	source='samba_tool.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
	)