From a702c07e0202e2f4b853f626ca704a4bec4ae8ca Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 24 Oct 2010 12:53:59 -0700 Subject: talloc: change pytalloc-util to be a public library. --- source4/scripting/python/wscript_build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/scripting/python/wscript_build') diff --git a/source4/scripting/python/wscript_build b/source4/scripting/python/wscript_build index 90b56d066a..227c63345d 100644 --- a/source4/scripting/python/wscript_build +++ b/source4/scripting/python/wscript_build @@ -2,7 +2,7 @@ bld.SAMBA_LIBRARY('samba_python', source=[], - deps='LIBPYTHON PYTALLOC pyrpc_util', + deps='LIBPYTHON pytalloc-util pyrpc_util', grouping_library=True, private_library=True, pyext=True) @@ -26,7 +26,7 @@ bld.SAMBA_PYTHON('python_uuid', bld.SAMBA_PYTHON('python_glue', source='pyglue.c', - deps='pyparam_util samba-util netif PYTALLOC', + deps='pyparam_util samba-util netif pytalloc-util', realname='samba/_glue.so' ) -- cgit