mirror of
https://github.com/samba-team/samba.git
synced 2025-01-24 02:04:21 +03:00
waf: save the samba_deps_extended
this is needed for the symbols.py extension
This commit is contained in:
parent
f7b70a5a7a
commit
3a78148269
@ -944,7 +944,7 @@ def show_object_duplicates(bld, tgt_list):
|
||||
# this provides a way to save our dependency calculations between runs
|
||||
savedeps_version = 3
|
||||
savedeps_inputs = ['samba_deps', 'samba_includes', 'local_include', 'local_include_first', 'samba_cflags', 'source', 'grouping_library']
|
||||
savedeps_outputs = ['uselib', 'uselib_local', 'add_objects', 'includes', 'ccflags', 'ldflags']
|
||||
savedeps_outputs = ['uselib', 'uselib_local', 'add_objects', 'includes', 'ccflags', 'ldflags', 'samba_deps_extended']
|
||||
savedeps_outenv = ['INC_PATHS']
|
||||
savedeps_envvars = ['NONSHARED_BINARIES', 'GLOBAL_DEPENDENCIES']
|
||||
savedeps_caches = ['GLOBAL_DEPENDENCIES', 'TARGET_ALIAS', 'TARGET_TYPE', 'INIT_FUNCTIONS', 'SYSLIB_DEPS']
|
||||
|
Loading…
x
Reference in New Issue
Block a user