diff options
author | Gregor Beck <gbeck@sernet.de> | 2011-06-30 12:08:16 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2011-10-12 22:45:53 +0200 |
commit | 502f0b8edcd339a9e47ad1c515303ccd6c164494 (patch) | |
tree | e8d8afc793fe22196ad323ed00995010a9cbc62d /source3/wscript_build | |
parent | e430c75d4c275323f5a3ac894647f8ebf2a58a7a (diff) | |
download | samba-502f0b8edcd339a9e47ad1c515303ccd6c164494.tar.gz samba-502f0b8edcd339a9e47ad1c515303ccd6c164494.tar.bz2 samba-502f0b8edcd339a9e47ad1c515303ccd6c164494.zip |
s3:net: add command registry check
Signed-off-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-x | source3/wscript_build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index a72a12db6c..8f3e5068c3 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -529,6 +529,7 @@ NET_SRC1 = '''utils/net.c utils/net_ads.c utils/net_help.c utils/net_rpc_join.c utils/net_time.c utils/net_lookup.c utils/net_cache.c utils/net_groupmap.c utils/net_idmap.c utils/net_idmap_check.c + utils/interact.c utils/net_status.c utils/net_rpc_printer.c utils/net_rpc_rights.c utils/net_rpc_service.c utils/net_rpc_registry.c utils/net_usershare.c utils/netlookup.c utils/net_sam.c utils/net_rpc_shell.c @@ -536,6 +537,7 @@ NET_SRC1 = '''utils/net.c utils/net_ads.c utils/net_help.c utils/net_dns.c utils/net_ads_gpo.c utils/net_conf.c utils/net_join.c utils/net_user.c utils/net_group.c utils/net_file.c utils/net_registry.c + utils/net_registry_check.c utils/net_dom.c utils/net_share.c utils/net_g_lock.c utils/net_serverid.c |