summaryrefslogtreecommitdiff
path: root/source3/wscript_build
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2012-01-23 18:41:35 +0100
committerAndreas Schneider <asn@cryptomilk.org>2012-01-25 11:58:27 +0100
commitfeab59eb1aa4ada4c3709c9c3ca0e8a548003784 (patch)
tree60667b9e6413bc5a00ba4ca98b0b71cc1106a462 /source3/wscript_build
parent2edf42a8db22b19d756f5574c5aec2122c4babf9 (diff)
downloadsamba-feab59eb1aa4ada4c3709c9c3ca0e8a548003784.tar.gz
samba-feab59eb1aa4ada4c3709c9c3ca0e8a548003784.tar.bz2
samba-feab59eb1aa4ada4c3709c9c3ca0e8a548003784.zip
s3-waf: Add missing dependencies to LOCKING.
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-xsource3/wscript_build6
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',