From 9218de4b740427a5f381be59ab00a21b0690fb9e Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 25 Aug 2010 12:34:30 +1000 Subject: s4-pyglue: pyglue now depends on pytalloc --- source4/scripting/python/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/scripting') diff --git a/source4/scripting/python/wscript_build b/source4/scripting/python/wscript_build index ca36a81de8..d28985609f 100644 --- a/source4/scripting/python/wscript_build +++ b/source4/scripting/python/wscript_build @@ -26,7 +26,7 @@ bld.SAMBA_PYTHON('python_uuid', bld.SAMBA_PYTHON('python_glue', source='pyglue.c', - deps='pyparam_util LIBSAMBA-UTIL LIBNETIF', + deps='pyparam_util LIBSAMBA-UTIL LIBNETIF PYTALLOC', realname='samba/_glue.so' ) -- cgit