diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2011-07-25 22:32:12 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2011-07-26 13:31:09 +0200 |
commit | 221a79ad008f839dae892e4b7f1a396c50442ecb (patch) | |
tree | bd68547a75393d93f56bfe730fdce76a84420739 /source4/samba_tool | |
parent | 47a41c8daf4df59f4d80723c38749209c044d1a4 (diff) | |
download | samba-221a79ad008f839dae892e4b7f1a396c50442ecb.tar.gz samba-221a79ad008f839dae892e4b7f1a396c50442ecb.tar.bz2 samba-221a79ad008f839dae892e4b7f1a396c50442ecb.zip |
policy: Rename to samba-policy to avoid name space clashes.
Diffstat (limited to 'source4/samba_tool')
-rw-r--r-- | source4/samba_tool/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
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 ) |