From bf8045037dae76d1e5f1faa0d6586a90e894fb31 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 19 Jun 2010 02:26:13 +0200 Subject: [PATCH] waf: Add missing dependency (so header paths are inherited) on talloc to internal python lib. --- source4/scripting/python/wscript_build | 1 + 1 file changed, 1 insertion(+) diff --git a/source4/scripting/python/wscript_build b/source4/scripting/python/wscript_build index 9eed8b825a5..e78d4e2c596 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', ) -- 2.34.1