diff options
| author | Andrew Bartlett <abartlet@samba.org> | 2011-07-29 17:03:45 +1000 |
|---|---|---|
| committer | Andrew Bartlett <abartlet@samba.org> | 2011-08-08 13:34:06 +0200 |
| commit | dd49eb87ce6be3ffde73eb675ac0217b7fcab202 (patch) | |
| tree | d0a602e11ddb0c2e3a56ceedba1b4202f630f019 /source3/wscript_build | |
| parent | af5f494bd2defe598dd8530359a249e0dd5ae20e (diff) | |
build: rename rpcommon to dcerpc-binding an make a public library
OpenChange needs this library.
Andrew Bartlett
Diffstat (limited to 'source3/wscript_build')
| -rwxr-xr-x | source3/wscript_build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index 0a93999ad5..36e8c5068c 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -699,7 +699,7 @@ bld.SAMBA3_LIBRARY('msrpc3', source='${LIBMSRPC_SRC}', deps='''ndr ndr-standard RPC_NDR_EPMAPPER NTLMSSP_COMMON COMMON_SCHANNEL LIBCLI_AUTH - LIBTSOCKET KRB5_WRAP rpccommon + LIBTSOCKET KRB5_WRAP dcerpc-binding libsmb''', vars=locals(), private_library=True) @@ -812,7 +812,7 @@ bld.SAMBA3_LIBRARY('smbd_shim', bld.SAMBA3_SUBSYSTEM('LIBSMB_ERR', source='', - deps='errors3 pdb ldap lber MSRPC_PARSE LIBCLI_AUTH rpccommon', + deps='errors3 pdb ldap lber MSRPC_PARSE LIBCLI_AUTH dcerpc-binding', vars=locals()) bld.SAMBA3_SUBSYSTEM('LIBNTLMSSP', |
