samba-tool: Don't install -c version, which is now deprecated.
authorJelmer Vernooij <jelmer@samba.org>
Tue, 2 Aug 2011 01:32:54 +0000 (03:32 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Tue, 2 Aug 2011 02:53:39 +0000 (04:53 +0200)
Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Tue Aug  2 04:53:39 CEST 2011 on sn-devel-104

source4/samba_tool/wscript_build

index f378b51e052b3d7122556e76ef449e7e8c7a5ea7..4092b53de3cf097d31f89fbbec5b4afde88d666a 100644 (file)
@@ -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
        )