summaryrefslogtreecommitdiff
path: root/source3/wscript_build
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2013-09-18 10:58:16 +0200
committerGünther Deschner <gd@samba.org>2013-09-20 13:07:16 +0200
commit3135533710b2a1b64aaf6b10d30b86f3c004657d (patch)
tree95020a93e1feebb822956f8dac480c7ee6ea8b5a /source3/wscript_build
parenta94e278883c58b35d383753e86135ff6a1d14ec7 (diff)
downloadsamba-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-xsource3/wscript_build3
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)