summaryrefslogtreecommitdiff
path: root/source4/torture/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/torture/wscript_build
parent15cebf38c173db0d255010528eaff11e8aa4f258 (diff)
downloadsamba-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/torture/wscript_build')
-rwxr-xr-xsource4/torture/wscript_build6
1 files changed, 3 insertions, 3 deletions
diff --git a/source4/torture/wscript_build b/source4/torture/wscript_build
index c0f003dec5..70829f54a6 100755
--- a/source4/torture/wscript_build
+++ b/source4/torture/wscript_build
@@ -165,14 +165,14 @@ bld.SAMBA_BINARY('smbtorture',
bld.SAMBA_BINARY('gentest',
source='gentest.c',
manpages='man/gentest.1',
- deps='samba-hostconfig samba-util popt POPT_SAMBA POPT_CREDENTIALS LIBCLI_SMB smbclient-raw'
+ deps='samba-hostconfig samba-util popt POPT_SAMBA POPT_CREDENTIALS LIBCLI_SMB smbclient-raw param_options'
)
bld.SAMBA_BINARY('masktest',
source='masktest.c',
manpages='man/masktest.1',
- deps='samba-hostconfig samba-util popt POPT_SAMBA POPT_CREDENTIALS LIBCLI_SMB'
+ deps='samba-hostconfig samba-util popt POPT_SAMBA POPT_CREDENTIALS LIBCLI_SMB param_options'
)
@@ -183,6 +183,6 @@ bld.SAMBA_BINARY('locktest',
#cflags='--coverage',
# GCOV='1',
manpages='man/locktest.1',
- deps='popt POPT_SAMBA POPT_CREDENTIALS samba-util LIBCLI_SMB samba-hostconfig',
+ deps='popt POPT_SAMBA POPT_CREDENTIALS samba-util LIBCLI_SMB samba-hostconfig param_options',
)