mirror of
https://github.com/samba-team/samba.git
synced 2025-01-22 22:04:08 +03:00
s3-waf: Add missing dependencies to LOCKING.
This commit is contained in:
parent
2edf42a8db
commit
feab59eb1a
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user