samba-tool: Replace C version of samba-tool with python version
[nivanova/samba-autobuild/.git] / source4 / samba_tool / wscript_build
index 88b55eb996c2675bc11c5d84d298e1d262d4ea91..f378b51e052b3d7122556e76ef449e7e8c7a5ea7 100644 (file)
@@ -1,8 +1,8 @@
 #!/usr/bin/env python
 
-bld.SAMBA_BINARY('samba-tool',
-       source='samba_tool.c password.c vampire.c gpo.c',
+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 policy auth4',
+       deps='samba-hostconfig samba-util samba-net popt POPT_SAMBA POPT_CREDENTIALS samba-policy auth4',
        pyembed=True
        )