summaryrefslogtreecommitdiff
path: root/source4/scripting/python/wscript_build
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-06-16 20:35:40 +0200
committerJelmer Vernooij <jelmer@samba.org>2010-06-18 23:51:40 +0200
commitb391b7d07274d30231273255ebe064b4c356e855 (patch)
treecd38684fcc0ff9c6111b1d14a12c90bee776069c /source4/scripting/python/wscript_build
parentebd0bca555f13f19bebdb220088c97a3473daa61 (diff)
downloadsamba-b391b7d07274d30231273255ebe064b4c356e855.tar.gz
samba-b391b7d07274d30231273255ebe064b4c356e855.tar.bz2
samba-b391b7d07274d30231273255ebe064b4c356e855.zip
s4-waf: Don't include pytalloc when embedding python.
Diffstat (limited to 'source4/scripting/python/wscript_build')
-rw-r--r--source4/scripting/python/wscript_build1
1 files changed, 0 insertions, 1 deletions
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',
)