diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-08-25 12:34:30 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-08-25 23:05:05 +1000 |
commit | 9218de4b740427a5f381be59ab00a21b0690fb9e (patch) | |
tree | aff126fea9f0c3c387f8000a30c24ccc3e85e11d /source4/scripting | |
parent | 956341965cee91632aa1a93dd6f9bde453ae1720 (diff) | |
download | samba-9218de4b740427a5f381be59ab00a21b0690fb9e.tar.gz samba-9218de4b740427a5f381be59ab00a21b0690fb9e.tar.bz2 samba-9218de4b740427a5f381be59ab00a21b0690fb9e.zip |
s4-pyglue: pyglue now depends on pytalloc
Diffstat (limited to 'source4/scripting')
-rw-r--r-- | source4/scripting/python/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
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' ) |