Update the waf build system to link with the new PIDL locking code.
authorJeremy Allison <jra@samba.org>
Fri, 2 Dec 2011 21:41:55 +0000 (13:41 -0800)
committerJeremy Allison <jra@samba.org>
Fri, 2 Dec 2011 23:14:54 +0000 (00:14 +0100)
Autobuild-User: Jeremy Allison <jra@samba.org>
Autobuild-Date: Sat Dec  3 00:14:54 CET 2011 on sn-devel-104

source3/wscript_build

index a3b5704065657e4bba1a794741e0a4a3c68cdfa6..c07038cab959d0846cb5e45f90b8b952b159c6d8 100755 (executable)
@@ -901,7 +901,7 @@ bld.SAMBA3_LIBRARY('smbd_base',
 
 bld.SAMBA3_SUBSYSTEM('LOCKING',
                     source='${LOCKING_SRC}',
-                    deps='''tdb_compat talloc''',
+                    deps='''tdb_compat talloc NDR_OPEN_FILES''',
                     vars=locals())
 
 bld.SAMBA3_SUBSYSTEM('PROFILE',