From b828dc055e9e3c6f1f174e191fb3bbc09528ec6a Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Thu, 23 Sep 2010 15:13:23 -0700 Subject: [PATCH] s3-waf: fix the build of nsstest with --enable-nss-wrapper. Guenther --- source3/wscript_build | 1 + 1 file changed, 1 insertion(+) diff --git a/source3/wscript_build b/source3/wscript_build index f833b59c5c7..73a6c229daf 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', -- 2.34.1