summaryrefslogtreecommitdiff
path: root/source4/scripting
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-08-25 12:34:30 +1000
committerAndrew Tridgell <tridge@samba.org>2010-08-25 23:05:05 +1000
commit9218de4b740427a5f381be59ab00a21b0690fb9e (patch)
treeaff126fea9f0c3c387f8000a30c24ccc3e85e11d /source4/scripting
parent956341965cee91632aa1a93dd6f9bde453ae1720 (diff)
downloadsamba-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_build2
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'
)