diff options
author | Günther Deschner <gd@samba.org> | 2010-09-23 15:13:23 -0700 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-09-23 15:13:23 -0700 |
commit | b828dc055e9e3c6f1f174e191fb3bbc09528ec6a (patch) | |
tree | 2fdb959a0622993b5f308f9f36f49b630d97515d /source3 | |
parent | 0261b96bd86ed8026328bc3d1516dcb97a2ee84c (diff) | |
download | samba-b828dc055e9e3c6f1f174e191fb3bbc09528ec6a.tar.gz samba-b828dc055e9e3c6f1f174e191fb3bbc09528ec6a.tar.bz2 samba-b828dc055e9e3c6f1f174e191fb3bbc09528ec6a.zip |
s3-waf: fix the build of nsstest with --enable-nss-wrapper.
Guenther
Diffstat (limited to 'source3')
-rw-r--r-- | source3/wscript_build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index f833b59c5c..73a6c229da 100644 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -1530,6 +1530,7 @@ bld.SAMBA_BINARY('locktest', bld.SAMBA_BINARY('nsstest', source=NSSTEST_SRC, + deps='NSS_WRAPPER', vars=locals()) bld.SAMBA_BINARY('pdbtest', |