1
0
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:
Andreas Schneider 2012-01-23 18:41:35 +01:00 committed by Andreas Schneider
parent 2edf42a8db
commit feab59eb1a

View File

@ -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',