mirror of
https://github.com/samba-team/samba.git
synced 2025-02-24 13:57:43 +03:00
build: Add tevent deps for users of tevent calls
This isn't strictly required - this isn't a build break at the moment, but is a good practice to directly depend on the major libraries we use, and helps us to have more fine-grained rather than global dependencies. Andrew Bartlett
This commit is contained in:
parent
fe707f6549
commit
f7d60899d6
@ -352,7 +352,7 @@ bld.SAMBA3_MODULE('vfs_fileid',
|
||||
bld.SAMBA3_MODULE('vfs_aio_fork',
|
||||
subsystem='vfs',
|
||||
source=VFS_AIO_FORK_SRC,
|
||||
deps='samba-util',
|
||||
deps='samba-util tevent',
|
||||
init_function='',
|
||||
internal_module=bld.SAMBA3_IS_STATIC_MODULE('vfs_aio_fork'),
|
||||
enabled=bld.SAMBA3_IS_ENABLED_MODULE('vfs_aio_fork'),
|
||||
@ -361,7 +361,7 @@ bld.SAMBA3_MODULE('vfs_aio_fork',
|
||||
bld.SAMBA3_MODULE('vfs_aio_pthread',
|
||||
subsystem='vfs',
|
||||
source=VFS_AIO_PTHREAD_SRC,
|
||||
deps='samba-util',
|
||||
deps='samba-util tevent',
|
||||
init_function='',
|
||||
internal_module=bld.SAMBA3_IS_STATIC_MODULE('vfs_aio_pthread'),
|
||||
enabled=bld.SAMBA3_IS_ENABLED_MODULE('vfs_aio_pthread'),
|
||||
@ -475,7 +475,7 @@ bld.SAMBA3_MODULE('vfs_time_audit',
|
||||
bld.SAMBA3_MODULE('vfs_dfs_samba4',
|
||||
subsystem='vfs',
|
||||
source='vfs_dfs_samba4.c',
|
||||
deps='samba-util dfs_server_ad samdb',
|
||||
deps='samba-util dfs_server_ad samdb tevent',
|
||||
init_function='',
|
||||
internal_module=bld.SAMBA3_IS_STATIC_MODULE('vfs_dfs_samba4'),
|
||||
enabled=bld.SAMBA3_IS_ENABLED_MODULE('vfs_dfs_samba4'))
|
||||
|
Loading…
x
Reference in New Issue
Block a user