summaryrefslogtreecommitdiff
path: root/source4/utils/net/wscript_build
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-04-08 23:58:15 +0200
committerJelmer Vernooij <jelmer@samba.org>2010-04-09 11:53:00 +0200
commit9af8d02b2230f78e4842106b918ff278dadd1d59 (patch)
treeda57b48f86ad8fba7d00a9916a0ea2ab732d28b7 /source4/utils/net/wscript_build
parentf83aa13f6228e04359952f04ebd7afed9a742c4a (diff)
downloadsamba-9af8d02b2230f78e4842106b918ff278dadd1d59.tar.gz
samba-9af8d02b2230f78e4842106b918ff278dadd1d59.tar.bz2
samba-9af8d02b2230f78e4842106b918ff278dadd1d59.zip
s4-net: Convert machinepw command to python.
Diffstat (limited to 'source4/utils/net/wscript_build')
-rw-r--r--source4/utils/net/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/utils/net/wscript_build b/source4/utils/net/wscript_build
index a7cdb10c2c..af1a0c931c 100644
--- a/source4/utils/net/wscript_build
+++ b/source4/utils/net/wscript_build
@@ -10,7 +10,7 @@ bld.SAMBA_MODULE('net_drs',
bld.SAMBA_BINARY('net',
- source='net.c net_machinepw.c net_password.c net_join.c net_vampire.c',
+ source='net.c net_password.c net_join.c net_vampire.c',
autoproto='net_proto.h',
installdir='BINDIR',
deps='LIBSAMBA-HOSTCONFIG LIBSAMBA-UTIL LIBSAMBA-NET popt POPT_SAMBA POPT_CREDENTIALS net_drs',