summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-06-19 02:26:13 +0200
committerJelmer Vernooij <jelmer@samba.org>2010-06-19 02:26:13 +0200
commitbf8045037dae76d1e5f1faa0d6586a90e894fb31 (patch)
tree4c11e586bffd2e211c68931dcd619c83457ba9a0
parent5143353108c02a27ad62b33e59a26f5bc5d136fe (diff)
downloadsamba-bf8045037dae76d1e5f1faa0d6586a90e894fb31.tar.gz
samba-bf8045037dae76d1e5f1faa0d6586a90e894fb31.tar.bz2
samba-bf8045037dae76d1e5f1faa0d6586a90e894fb31.zip
waf: Add missing dependency (so header paths are inherited) on talloc to internal python lib.
-rw-r--r--source4/scripting/python/wscript_build1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/scripting/python/wscript_build b/source4/scripting/python/wscript_build
index 9eed8b825a..e78d4e2c59 100644
--- a/source4/scripting/python/wscript_build
+++ b/source4/scripting/python/wscript_build
@@ -5,6 +5,7 @@ bld.SAMBA_SUBSYSTEM('LIBPYTHON',
public_deps='EXT_LIB_PYTHON',
init_function_sentinal='{NULL,NULL}',
needs_python=True,
+ deps='talloc',
)