summaryrefslogtreecommitdiff
path: root/source4/samba_tool/wscript_build
blob: 5b7dbc95bac13541e08463b81e34dce8e8c78a64 (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 auth',
	pyembed=True
	)