s3-waf: Add missing dependencies to LOCKING.
authorAndreas Schneider <asn@samba.org>
Mon, 23 Jan 2012 17:41:35 +0000 (18:41 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Wed, 25 Jan 2012 10:58:27 +0000 (11:58 +0100)
source3/wscript_build

index f30b14883eba8c455cdcc324bff759c504738b04..d7bbd7f0fefb5672ab61beb29cc2419939ab1458 100755 (executable)
@@ -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',