From 221a79ad008f839dae892e4b7f1a396c50442ecb Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 25 Jul 2011 22:32:12 +0200 Subject: policy: Rename to samba-policy to avoid name space clashes. --- source4/samba_tool/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/samba_tool') diff --git a/source4/samba_tool/wscript_build b/source4/samba_tool/wscript_build index 88b55eb996..75ff71f5e4 100644 --- a/source4/samba_tool/wscript_build +++ b/source4/samba_tool/wscript_build @@ -3,6 +3,6 @@ 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', + deps='samba-hostconfig samba-util samba-net popt POPT_SAMBA POPT_CREDENTIALS samba-policy auth4', pyembed=True ) -- cgit