diff options
author | Günther Deschner <gd@samba.org> | 2010-12-07 12:04:35 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-12-07 12:04:35 +0100 |
commit | 0745f3fef920d81228366ecaa90f224718ad29dc (patch) | |
tree | e0f811ffa793d2eb362b43d768132d00935d374a /source3 | |
parent | ffc7434e2b58ea66b21a48c0d9b8ab02f9ded22a (diff) | |
download | samba-0745f3fef920d81228366ecaa90f224718ad29dc.tar.gz samba-0745f3fef920d81228366ecaa90f224718ad29dc.tar.bz2 samba-0745f3fef920d81228366ecaa90f224718ad29dc.zip |
s3-waf: fix the build of nsstest in the non-devel build.
Guenther
Diffstat (limited to 'source3')
-rw-r--r-- | source3/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index 4425133099..983b67039c 100644 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -1386,7 +1386,7 @@ bld.SAMBA_BINARY('locktest', bld.SAMBA_BINARY('nsstest', source=NSSTEST_SRC, - deps='', + deps='dl', vars=locals()) bld.SAMBA_BINARY('pdbtest', |