mirror of
https://github.com/samba-team/samba.git
synced 2025-03-27 22:50:26 +03:00
s4-waf: fixed some deps now we don't auto-include tevent and replace
this is preparation for being able to use system versions of these libraries
This commit is contained in:
parent
c2d17cf978
commit
01682f797f
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
bld.SAMBA_SUBSYSTEM('SOCKET_WRAPPER',
|
||||
source='socket_wrapper.c'
|
||||
)
|
||||
source='socket_wrapper.c',
|
||||
deps='replace')
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
bld.SAMBA_LIBRARY('LIBSAMBA-UTIL',
|
||||
source='xfile.c debug.c fault.c signal.c system.c time.c genrand.c dprintf.c util_str.c rfc1738.c substitute.c util_strlist.c util_file.c data_blob.c util.c blocking.c util_net.c fsusage.c ms_fnmatch.c mutex.c idtree.c become_daemon.c rbtree.c talloc_stack.c smb_threads.c params.c parmlist.c util_id.c',
|
||||
public_deps='talloc LIBCRYPTO LIBREPLACE_NETWORK CHARSET execinfo UID_WRAPPER',
|
||||
public_deps='talloc LIBCRYPTO LIBREPLACE_NETWORK CHARSET execinfo UID_WRAPPER tevent',
|
||||
public_headers='attr.h byteorder.h data_blob.h debug.h memory.h mutex.h safe_string.h time.h talloc_stack.h xfile.h dlinklist.h util.h',
|
||||
header_path= [ ('dlinklist.h util.h', '.'), ('*', 'util') ],
|
||||
local_include=False,
|
||||
|
@ -12,6 +12,6 @@ bld.SAMBA_SUBSYSTEM('LIBCLI_LDAP_NDR',
|
||||
source='ldap_ndr.c',
|
||||
public_deps='LIBSAMBA-ERRORS talloc',
|
||||
public_headers='ldap_ndr.h',
|
||||
deps='LIBSAMBA-UTIL ldb NDR_MISC NDR_SECURITY'
|
||||
deps='LIBSAMBA-UTIL ldb NDR_MISC NDR_SECURITY tevent'
|
||||
)
|
||||
|
||||
|
@ -36,7 +36,7 @@ bld.SAMBA_SUBSYSTEM('auth_system_session',
|
||||
bld.SAMBA_SUBSYSTEM('auth_sam',
|
||||
source='sam.c',
|
||||
autoproto='auth_sam.h',
|
||||
public_deps='SAMDB UTIL_LDB LIBSECURITY ldb',
|
||||
public_deps='SAMDB UTIL_LDB LIBSECURITY ldb tevent',
|
||||
deps=''
|
||||
)
|
||||
|
||||
|
@ -23,7 +23,7 @@ bld.SAMBA_SUBSYSTEM('SAMDB_COMMON',
|
||||
bld.SAMBA_SUBSYSTEM('SAMDB_SCHEMA',
|
||||
source='schema/schema_init.c schema/schema_set.c schema/schema_query.c schema/schema_syntax.c schema/schema_description.c schema/schema_convert_to_ol.c schema/schema_inferiors.c schema/schema_prefixmap.c',
|
||||
autoproto='schema/proto.h',
|
||||
deps='SAMDB_COMMON NDR_DRSUAPI NDR_DRSBLOBS LDBSAMBA'
|
||||
deps='SAMDB_COMMON NDR_DRSUAPI NDR_DRSBLOBS LDBSAMBA tevent'
|
||||
)
|
||||
|
||||
|
||||
|
@ -42,7 +42,7 @@ bld.SAMBA_MODULE('share_ldb',
|
||||
|
||||
bld.SAMBA_SUBSYSTEM('SECRETS',
|
||||
source='secrets.c',
|
||||
deps='ldb TDB_WRAP UTIL_TDB NDR_SECURITY'
|
||||
deps='ldb TDB_WRAP UTIL_TDB NDR_SECURITY tevent'
|
||||
)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user