From 283da12a73ea3edc49a63f7375bc2c64ed36e2b1 Mon Sep 17 00:00:00 2001 From: Vicentiu Ciorbaru Date: Wed, 13 Jul 2011 21:17:08 +0300 Subject: s3-net: Added the command rpc conf to the net binary. The net binary now has an extra item linked to it, the net_rpc_conf.c module. Signed-off-by: Michael Adam --- source3/wscript_build | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/wscript_build') diff --git a/source3/wscript_build b/source3/wscript_build index 46e9a85387..cdf1958f04 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -552,6 +552,7 @@ NET_SRC1 = '''utils/net.c utils/net_ads.c utils/net_help.c utils/net_eventlog.c utils/net_printing.c utils/net_rpc_trust.c + utils/net_rpc_conf.c registry/reg_parse.c registry/reg_format.c registry/reg_parse_internal.c registry/reg_import.c lib/cbuf.c lib/srprs.c''' -- cgit