summaryrefslogtreecommitdiff
path: root/source4/scripting/python/wscript_build
diff options
context:
space:
mode:
Diffstat (limited to 'source4/scripting/python/wscript_build')
-rw-r--r--source4/scripting/python/wscript_build4
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'
)