summaryrefslogtreecommitdiff
path: root/source4/samba_tool/wscript_build
blob: 88b55eb996c2675bc11c5d84d298e1d262d4ea91 (plain)
1
2
3
4
5
6
7
8
#!/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 policy auth4',
	pyembed=True
	)