From b391b7d07274d30231273255ebe064b4c356e855 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 16 Jun 2010 20:35:40 +0200 Subject: s4-waf: Don't include pytalloc when embedding python. --- source4/param/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/param') 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, ) -- cgit