summaryrefslogtreecommitdiff
path: root/buildtools/wafsamba/samba_deps.py
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2011-02-03 13:03:18 +1100
committerAndrew Tridgell <tridge@samba.org>2011-02-07 13:22:00 +1100
commit3f3696ce07957456e366507b43ff562277803b98 (patch)
treeb40f3ea9082d89ae39f6d816b7bac4e80eecbef5 /buildtools/wafsamba/samba_deps.py
parenta61b17ce564a1fcd77102f51466844bef6431797 (diff)
downloadsamba-3f3696ce07957456e366507b43ff562277803b98.tar.gz
samba-3f3696ce07957456e366507b43ff562277803b98.tar.bz2
samba-3f3696ce07957456e366507b43ff562277803b98.zip
waf: samba deps generation depends on EXTRA_INCLUDES
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 c4a871e013..8f002c8b9b 100644
--- a/buildtools/wafsamba/samba_deps.py
+++ b/buildtools/wafsamba/samba_deps.py
@@ -956,7 +956,7 @@ savedeps_inputs = ['samba_deps', 'samba_includes', 'local_include', 'local_incl
'source', 'grouping_library', 'samba_ldflags']
savedeps_outputs = ['uselib', 'uselib_local', 'add_objects', 'includes', 'ccflags', 'ldflags', 'samba_deps_extended']
savedeps_outenv = ['INC_PATHS']
-savedeps_envvars = ['NONSHARED_BINARIES', 'GLOBAL_DEPENDENCIES', 'EXTRA_CFLAGS', 'EXTRA_LDFLAGS' ]
+savedeps_envvars = ['NONSHARED_BINARIES', 'GLOBAL_DEPENDENCIES', 'EXTRA_CFLAGS', 'EXTRA_LDFLAGS', 'EXTRA_INCLUDES' ]
savedeps_caches = ['GLOBAL_DEPENDENCIES', 'TARGET_TYPE', 'INIT_FUNCTIONS', 'SYSLIB_DEPS']
savedeps_files = ['buildtools/wafsamba/samba_deps.py']