diff options
Diffstat (limited to 'source4')
-rw-r--r-- | source4/samba_tool/wscript_build | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/samba_tool/wscript_build b/source4/samba_tool/wscript_build index f378b51e05..4092b53de3 100644 --- a/source4/samba_tool/wscript_build +++ b/source4/samba_tool/wscript_build @@ -4,5 +4,6 @@ bld.SAMBA_BINARY('samba-tool-c', source='samba_tool.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 + pyembed=True, + install=False ) |