diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-06-07 14:19:43 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-06-07 06:45:06 +0200 |
commit | 1e28aa147f23439273d892c1223969091b3ca90a (patch) | |
tree | 27225b435165c901753b94bcd68682f292f42398 /source4/auth | |
parent | 15cebf38c173db0d255010528eaff11e8aa4f258 (diff) | |
download | samba-1e28aa147f23439273d892c1223969091b3ca90a.tar.gz samba-1e28aa147f23439273d892c1223969091b3ca90a.tar.bz2 samba-1e28aa147f23439273d892c1223969091b3ca90a.zip |
build: Add missing deps and make MESSAGING a private library
To remove finddcs_nbt these missing deps need to be added. These
subsystems linked to to implicit dependencies provided by finddcs.
Due to the new arrangmenet of subsystems, MESSAGING needs to be a
private library to avoid being a source of duplicate symbols.
Andrew Bartlett
Diffstat (limited to 'source4/auth')
-rw-r--r-- | source4/auth/ntlm/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/auth/ntlm/wscript_build b/source4/auth/ntlm/wscript_build index 2745094b8a..f9e39001c0 100644 --- a/source4/auth/ntlm/wscript_build +++ b/source4/auth/ntlm/wscript_build @@ -4,7 +4,7 @@ bld.SAMBA_MODULE('auth4_sam_module', source='auth_sam.c', subsystem='auth4', init_function='auth4_sam_init', - deps='samdb auth4_sam NTLMSSP_COMMON samba-hostconfig' + deps='samdb auth4_sam NTLMSSP_COMMON samba-hostconfig RPC_NDR_IRPC MESSAGING' ) |