summaryrefslogtreecommitdiff
path: root/source4/samba_tool/wscript_build
blob: 75ff71f5e4b269d791a1a82cee563d4c710ecccc (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 samba-policy auth4',
	pyembed=True
	)