diff options
author | Günther Deschner <gd@samba.org> | 2013-09-18 10:58:16 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2013-09-20 13:07:16 +0200 |
commit | 3135533710b2a1b64aaf6b10d30b86f3c004657d (patch) | |
tree | 95020a93e1feebb822956f8dac480c7ee6ea8b5a /source3/wscript_build | |
parent | a94e278883c58b35d383753e86135ff6a1d14ec7 (diff) | |
download | samba-3135533710b2a1b64aaf6b10d30b86f3c004657d.tar.gz samba-3135533710b2a1b64aaf6b10d30b86f3c004657d.tar.bz2 samba-3135533710b2a1b64aaf6b10d30b86f3c004657d.zip |
s3-rpc: use ndr_interface_name() instead of get_pipe_name_from_syntax() in DEBUG.
Guenther
Signed-off-by: Günther Deschner <gd@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-x | source3/wscript_build | 3 |
1 files changed, 2 insertions, 1 deletions
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) |