summaryrefslogtreecommitdiff
path: root/source3/wscript_build
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2011-12-02 13:41:55 -0800
committerJeremy Allison <jra@samba.org>2011-12-03 00:14:54 +0100
commitecd0e86928b6cbd17792d57e2fc755ab9cb61bcc (patch)
treef500053a8ab343fd327910396a451673bbf99e26 /source3/wscript_build
parent1c46fb5c3e8a1b5ce0d61f39d934bb68074953cb (diff)
downloadsamba-ecd0e86928b6cbd17792d57e2fc755ab9cb61bcc.tar.gz
samba-ecd0e86928b6cbd17792d57e2fc755ab9cb61bcc.tar.bz2
samba-ecd0e86928b6cbd17792d57e2fc755ab9cb61bcc.zip
Update the waf build system to link with the new PIDL locking code.
Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Sat Dec 3 00:14:54 CET 2011 on sn-devel-104
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-xsource3/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index a3b5704065..c07038cab9 100755
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -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',