diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-10-30 11:23:09 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-10-30 23:49:00 +1100 |
commit | 3a7814826989b2ece34b8370c77bce9727814701 (patch) | |
tree | 340a21323e44d220ee2786f9bd245af86a09fdf2 | |
parent | f7b70a5a7acb3b3ed46112d0cd52f67bc763543c (diff) | |
download | samba-3a7814826989b2ece34b8370c77bce9727814701.tar.gz samba-3a7814826989b2ece34b8370c77bce9727814701.tar.bz2 samba-3a7814826989b2ece34b8370c77bce9727814701.zip |
waf: save the samba_deps_extended
this is needed for the symbols.py extension
-rw-r--r-- | buildtools/wafsamba/samba_deps.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildtools/wafsamba/samba_deps.py b/buildtools/wafsamba/samba_deps.py index 71b5ef6bef..e11ea60f8e 100644 --- a/buildtools/wafsamba/samba_deps.py +++ b/buildtools/wafsamba/samba_deps.py @@ -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'] |