diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-04-08 23:58:15 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-04-09 11:53:00 +0200 |
commit | 9af8d02b2230f78e4842106b918ff278dadd1d59 (patch) | |
tree | da57b48f86ad8fba7d00a9916a0ea2ab732d28b7 /source4/utils/net/wscript_build | |
parent | f83aa13f6228e04359952f04ebd7afed9a742c4a (diff) | |
download | samba-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_build | 2 |
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', |