s4 net: rename to samba-tool in order to not clash with s3 net
[samba.git] / source4 / utils / net / wscript_build
diff --git a/source4/utils/net/wscript_build b/source4/utils/net/wscript_build
deleted file mode 100644 (file)
index 48c7663..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/usr/bin/env python
-
-bld.SAMBA_MODULE('net_drs',
-       source='drs/net_drs.c drs/net_drs_bind.c drs/net_drs_kcc.c drs/net_drs_replicate.c drs/net_drs_showrepl.c',
-       autoproto='drs/net_drs_proto.h',
-       subsystem='net',
-       deps='LIBCLI_DRSUAPI ldb LDBSAMBA',
-       internal_module=True
-       )
-
-
-bld.SAMBA_BINARY('net',
-       source='net.c net_password.c net_vampire.c net_gpo.c',
-       autoproto='net_proto.h',
-       deps='samba-hostconfig samba-util samba-net popt POPT_SAMBA POPT_CREDENTIALS net_drs policy auth',
-       pyembed=True
-       )
-