diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-06-16 20:35:40 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-06-18 23:51:40 +0200 |
commit | b391b7d07274d30231273255ebe064b4c356e855 (patch) | |
tree | cd38684fcc0ff9c6111b1d14a12c90bee776069c /source4/param | |
parent | ebd0bca555f13f19bebdb220088c97a3473daa61 (diff) | |
download | samba-b391b7d07274d30231273255ebe064b4c356e855.tar.gz samba-b391b7d07274d30231273255ebe064b4c356e855.tar.bz2 samba-b391b7d07274d30231273255ebe064b4c356e855.zip |
s4-waf: Don't include pytalloc when embedding python.
Diffstat (limited to 'source4/param')
-rw-r--r-- | source4/param/wscript_build | 2 |
1 files changed, 1 insertions, 1 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, ) |