summaryrefslogtreecommitdiff
path: root/buildtools/wafsamba/samba_deps.py
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-11-03 10:25:38 +1100
committerAndrew Tridgell <tridge@samba.org>2010-11-03 10:53:12 +1100
commit5a3d22a25660525970e1b5c8a0e0be2090dd4d0e (patch)
treef2ac15c2919010abab3c4699d2f9075cef337ee2 /buildtools/wafsamba/samba_deps.py
parent9cac0bfde658ce0639a9aa65f412ae8a1eae8bdf (diff)
downloadsamba-5a3d22a25660525970e1b5c8a0e0be2090dd4d0e.tar.gz
samba-5a3d22a25660525970e1b5c8a0e0be2090dd4d0e.tar.bz2
samba-5a3d22a25660525970e1b5c8a0e0be2090dd4d0e.zip
waf: rerun deps calculation on LDFLAGS or CFLAGS change
Diffstat (limited to 'buildtools/wafsamba/samba_deps.py')
-rw-r--r--buildtools/wafsamba/samba_deps.py2
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']