From feab59eb1aa4ada4c3709c9c3ca0e8a548003784 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 23 Jan 2012 18:41:35 +0100 Subject: s3-waf: Add missing dependencies to LOCKING. --- source3/wscript_build | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/source3/wscript_build b/source3/wscript_build index f30b14883e..d7bbd7f0fe 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -985,7 +985,11 @@ bld.SAMBA3_LIBRARY('smbd_base', bld.SAMBA3_SUBSYSTEM('LOCKING', source='${LOCKING_SRC}', - deps='''tdb_compat talloc NDR_OPEN_FILES''', + deps=''' + tdb_compat + talloc + NDR_OPEN_FILES + FNAME_UTIL''', vars=locals()) bld.SAMBA3_SUBSYSTEM('PROFILE', -- cgit