diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-10-24 12:53:59 -0700 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-10-26 10:17:19 -0700 |
commit | a702c07e0202e2f4b853f626ca704a4bec4ae8ca (patch) | |
tree | eebfa3d5e7dd08bb99e572be06e3e58b73a2fe6b /source4/scripting | |
parent | d44e3bf747f9812036f4b6ecf3ccb2fad1d25882 (diff) | |
download | samba-a702c07e0202e2f4b853f626ca704a4bec4ae8ca.tar.gz samba-a702c07e0202e2f4b853f626ca704a4bec4ae8ca.tar.bz2 samba-a702c07e0202e2f4b853f626ca704a4bec4ae8ca.zip |
talloc: change pytalloc-util to be a public library.
Diffstat (limited to 'source4/scripting')
-rw-r--r-- | source4/scripting/python/wscript_build | 4 |
1 files changed, 2 insertions, 2 deletions
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' ) |