summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2011-08-02 03:32:54 +0200
committerJelmer Vernooij <jelmer@samba.org>2011-08-02 04:53:39 +0200
commit342702918a8cfd5f2b6a3861edbccb72508dace7 (patch)
treee2c8a425ce118a9b557ca93bc538c76b81d569b9
parent11c2d3717c672386538c6490a860b0cb66b8111c (diff)
downloadsamba-342702918a8cfd5f2b6a3861edbccb72508dace7.tar.gz
samba-342702918a8cfd5f2b6a3861edbccb72508dace7.tar.bz2
samba-342702918a8cfd5f2b6a3861edbccb72508dace7.zip
samba-tool: Don't install -c version, which is now deprecated.
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Tue Aug 2 04:53:39 CEST 2011 on sn-devel-104
-rw-r--r--source4/samba_tool/wscript_build3
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
)