diff options
author | Günther Deschner <gd@samba.org> | 2009-02-03 20:21:05 +0100 |
---|---|---|
committer | Andreas Schneider <asn@samba.org> | 2013-08-05 10:30:01 +0200 |
commit | 3e4ded48bbeacdcd128f3c667cbdd12a3efca312 (patch) | |
tree | 00fb8d987d62f34911e7508bac8c424f582343c7 /source3/wscript_build | |
parent | 9cfa6251600ddea0e821f2bd3fd359c28eb1b7f9 (diff) | |
download | samba-3e4ded48bbeacdcd128f3c667cbdd12a3efca312.tar.gz samba-3e4ded48bbeacdcd128f3c667cbdd12a3efca312.tar.bz2 samba-3e4ded48bbeacdcd128f3c667cbdd12a3efca312.zip |
s3-net: use libnetjoin for "net rpc join" newstyle.
Guenther
Signed-off-by: Günther Deschner <gd@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-x | source3/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index a8bdaf0d0a..f7988a6a9f 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -504,7 +504,7 @@ LIBNET_SAMSYNC_SRC = '''libnet/libnet_samsync.c NET_SRC1 = '''utils/net.c utils/net_ads.c utils/net_help.c utils/net_rap.c utils/net_rpc.c utils/net_rpc_samsync.c - utils/net_rpc_join.c utils/net_time.c utils/net_lookup.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 |