From 3135533710b2a1b64aaf6b10d30b86f3c004657d Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 18 Sep 2013 10:58:16 +0200 Subject: s3-rpc: use ndr_interface_name() instead of get_pipe_name_from_syntax() in DEBUG. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Guenther Signed-off-by: Günther Deschner Reviewed-by: Stefan Metzmacher --- source3/wscript_build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source3/wscript_build') diff --git a/source3/wscript_build b/source3/wscript_build index e4417eaa0d..7a12f17cd8 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -672,7 +672,8 @@ bld.SAMBA3_LIBRARY('msrpc3', deps='''ndr ndr-standard RPC_NDR_EPMAPPER NTLMSSP_COMMON COMMON_SCHANNEL LIBCLI_AUTH LIBTSOCKET gse dcerpc-binding - libsmb''', + libsmb + ndr-table''', vars=locals(), private_library=True) -- cgit