s3-waf: fix the build of nsstest with --enable-nss-wrapper.
authorGünther Deschner <gd@samba.org>
Thu, 23 Sep 2010 22:13:23 +0000 (15:13 -0700)
committerGünther Deschner <gd@samba.org>
Thu, 23 Sep 2010 22:13:23 +0000 (15:13 -0700)
Guenther

source3/wscript_build

index f833b59c5c7d1fdac4a42eaf2b78e7b7ae8ff400..73a6c229dafca43e690f3059fd39985a4c69e92f 100644 (file)
@@ -1530,6 +1530,7 @@ bld.SAMBA_BINARY('locktest',
 
 bld.SAMBA_BINARY('nsstest',
                  source=NSSTEST_SRC,
+                 deps='NSS_WRAPPER',
                  vars=locals())
 
 bld.SAMBA_BINARY('pdbtest',