diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-11-03 10:25:38 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-11-03 10:53:12 +1100 |
commit | 5a3d22a25660525970e1b5c8a0e0be2090dd4d0e (patch) | |
tree | f2ac15c2919010abab3c4699d2f9075cef337ee2 /buildtools/wafsamba | |
parent | 9cac0bfde658ce0639a9aa65f412ae8a1eae8bdf (diff) | |
download | samba-5a3d22a25660525970e1b5c8a0e0be2090dd4d0e.tar.gz samba-5a3d22a25660525970e1b5c8a0e0be2090dd4d0e.tar.bz2 samba-5a3d22a25660525970e1b5c8a0e0be2090dd4d0e.zip |
waf: rerun deps calculation on LDFLAGS or CFLAGS change
Diffstat (limited to 'buildtools/wafsamba')
-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 bf19656496..13b11ff096 100644 --- a/buildtools/wafsamba/samba_deps.py +++ b/buildtools/wafsamba/samba_deps.py @@ -950,7 +950,7 @@ 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', 'samba_deps_extended'] savedeps_outenv = ['INC_PATHS'] -savedeps_envvars = ['NONSHARED_BINARIES', 'GLOBAL_DEPENDENCIES'] +savedeps_envvars = ['NONSHARED_BINARIES', 'GLOBAL_DEPENDENCIES', 'EXTRA_CFLAGS', 'EXTRA_LDFLAGS' ] savedeps_caches = ['GLOBAL_DEPENDENCIES', 'TARGET_TYPE', 'INIT_FUNCTIONS', 'SYSLIB_DEPS'] savedeps_files = ['buildtools/wafsamba/samba_deps.py'] |