summaryrefslogtreecommitdiff
path: root/source4/wscript_build
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-06-07 14:19:43 +1000
committerAndrew Bartlett <abartlet@samba.org>2012-06-07 06:45:06 +0200
commit1e28aa147f23439273d892c1223969091b3ca90a (patch)
tree27225b435165c901753b94bcd68682f292f42398 /source4/wscript_build
parent15cebf38c173db0d255010528eaff11e8aa4f258 (diff)
downloadsamba-1e28aa147f23439273d892c1223969091b3ca90a.tar.gz
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/wscript_build')
-rw-r--r--source4/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/wscript_build b/source4/wscript_build
index 3996a12098e..af71e80e17f 100644
--- a/source4/wscript_build
+++ b/source4/wscript_build
@@ -2,7 +2,7 @@
bld.SAMBA_BINARY('client/smbclient' + bld.env.suffix4,
source='client/client.c',
- deps='samba-hostconfig SMBREADLINE samba-util LIBCLI_SMB RPC_NDR_SRVSVC LIBCLI_LSA popt POPT_SAMBA POPT_CREDENTIALS smbclient-raw param_options'
+ deps='samba-hostconfig SMBREADLINE samba-util LIBCLI_SMB RPC_NDR_SRVSVC LIBCLI_LSA popt POPT_SAMBA POPT_CREDENTIALS smbclient-raw param_options dcerpc'
)