diff options
Diffstat (limited to 'source4/scripting/python')
-rw-r--r-- | source4/scripting/python/wscript_build | 1 |
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', ) |