s3-waf: fix the build of nsstest in the non-devel build.
authorGünther Deschner <gd@samba.org>
Tue, 7 Dec 2010 11:04:35 +0000 (12:04 +0100)
committerGünther Deschner <gd@samba.org>
Tue, 7 Dec 2010 11:04:35 +0000 (12:04 +0100)
Guenther

source3/wscript_build

index 4425133099e4aacbb97ae1c920cf315953e8e0ca..983b67039c8d8991ac2e560e30b4b6fa684bb4a5 100644 (file)
@@ -1386,7 +1386,7 @@ bld.SAMBA_BINARY('locktest',
 
 bld.SAMBA_BINARY('nsstest',
                  source=NSSTEST_SRC,
-                 deps='',
+                 deps='dl',
                  vars=locals())
 
 bld.SAMBA_BINARY('pdbtest',