diff options
author | Andreas Schneider <asn@samba.org> | 2012-01-23 18:41:35 +0100 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2012-01-25 11:58:27 +0100 |
commit | feab59eb1aa4ada4c3709c9c3ca0e8a548003784 (patch) | |
tree | 60667b9e6413bc5a00ba4ca98b0b71cc1106a462 | |
parent | 2edf42a8db22b19d756f5574c5aec2122c4babf9 (diff) | |
download | samba-feab59eb1aa4ada4c3709c9c3ca0e8a548003784.tar.gz samba-feab59eb1aa4ada4c3709c9c3ca0e8a548003784.tar.bz2 samba-feab59eb1aa4ada4c3709c9c3ca0e8a548003784.zip |
s3-waf: Add missing dependencies to LOCKING.
-rwxr-xr-x | source3/wscript_build | 6 |
1 files changed, 5 insertions, 1 deletions
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', |