diff options
-rwxr-xr-x | source3/wscript_build | 2 |
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', |