summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source4/param/wscript_build2
-rw-r--r--source4/scripting/python/wscript_build1
2 files changed, 1 insertions, 2 deletions
diff --git a/source4/param/wscript_build b/source4/param/wscript_build
index 25efaba06f..39b41f0850 100644
--- a/source4/param/wscript_build
+++ b/source4/param/wscript_build
@@ -12,7 +12,7 @@ bld.SAMBA_LIBRARY('LIBSAMBA-HOSTCONFIG',
bld.SAMBA_SUBSYSTEM('PROVISION',
source='provision.c pyparam.c',
- deps='LIBPYTHON pyparam_util ldb',
+ deps='LIBPYTHON pyparam_util ldb PYTALLOC',
needs_python=True,
)
diff --git a/source4/scripting/python/wscript_build b/source4/scripting/python/wscript_build
index 445012f3af..c77b254fad 100644
--- a/source4/scripting/python/wscript_build
+++ b/source4/scripting/python/wscript_build
@@ -4,7 +4,6 @@ bld.SAMBA_PYTHON('LIBPYTHON',
source='modules.c',
public_deps='EXT_LIB_PYTHON',
init_function_sentinal='{NULL,NULL}',
- deps='PYTALLOC',
)