summaryrefslogtreecommitdiff
path: root/source3/wscript_build
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-05-13 11:49:49 +0200
committerAndrew Bartlett <abartlet@samba.org>2011-05-13 18:50:23 +0200
commit816c5ccc34d6107c3de619cdf4e2c99fdfd25d59 (patch)
tree23d2f2107c07c1a2b4d8754ec5faa6392fc51ccd /source3/wscript_build
parent153529636f42212f618e970a922d2595fabb13d2 (diff)
downloadsamba-816c5ccc34d6107c3de619cdf4e2c99fdfd25d59.tar.gz
samba-816c5ccc34d6107c3de619cdf4e2c99fdfd25d59.tar.bz2
samba-816c5ccc34d6107c3de619cdf4e2c99fdfd25d59.zip
s3-build: use ndr-standard in msrpc3
This avoids pulling in the symbols from the NDR_ subsystems directly. Andrew Bartlett
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-xsource3/wscript_build7
1 files changed, 4 insertions, 3 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index 61e892d55e..21e49ddd7c 100755
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -692,9 +692,10 @@ bld.SAMBA3_LIBRARY('nss_wins',
bld.SAMBA3_SUBSYSTEM('msrpc3',
source='${LIBMSRPC_SRC}',
- deps='''ndr ndr-util NDR_SECURITY NDR_DCERPC NDR_SCHANNEL
- RPC_NDR_EPMAPPER COMMON_SCHANNEL LIBCLI_AUTH
- LIBTSOCKET KRB5_WRAP rpccommon''',
+ deps='''ndr ndr-util ndr-standard
+ RPC_NDR_EPMAPPER NTLMSSP_COMMON COMMON_SCHANNEL LIBCLI_AUTH
+ LIBTSOCKET KRB5_WRAP rpccommon
+ LIBSMB''',
vars=locals())
bld.SAMBA3_SUBSYSTEM('LIBMSRPC_GEN',