From 8e4a78655a79d11055ba801046b715f0b0daad0b Mon Sep 17 00:00:00 2001 From: Gregor Beck Date: Mon, 5 Aug 2013 11:01:34 +0200 Subject: s3:rpcclient: add witness command Signed-off-by: Gregor Beck Reviewed-by: Stefan Metzmacher Reviewed-by: Guenther Deschner --- source3/wscript_build | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'source3/wscript_build') diff --git a/source3/wscript_build b/source3/wscript_build index 1423688a2ff..61e7935c98b 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -959,7 +959,8 @@ bld.SAMBA3_BINARY('rpcclient/rpcclient', rpcclient/cmd_drsuapi.c rpcclient/cmd_eventlog.c rpcclient/cmd_winreg.c - rpcclient/cmd_fss.c''', + rpcclient/cmd_fss.c + rpcclient/cmd_witness.c''', deps=''' talloc popt_samba3 @@ -987,6 +988,7 @@ bld.SAMBA3_BINARY('rpcclient/rpcclient', RPC_NDR_EVENTLOG INIT_SAMR RPC_NDR_FSRVP + RPC_NDR_WITNESS ''') bld.SAMBA3_BINARY('client/smbclient', -- cgit