summaryrefslogtreecommitdiff
path: root/source4/scripting/python/wscript_build
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-10-24 11:58:47 -0700
committerJelmer Vernooij <jelmer@samba.org>2010-10-26 10:17:18 -0700
commit1ae0981ce8d9786608714d6e7a9e31f09d765b71 (patch)
tree8ee00524ba713fcc49018001df8655fa8b2b28c7 /source4/scripting/python/wscript_build
parent50256c01d061c6d73bb2d8ee2c60785d58748e6c (diff)
downloadsamba-1ae0981ce8d9786608714d6e7a9e31f09d765b71.tar.gz
samba-1ae0981ce8d9786608714d6e7a9e31f09d765b71.tar.bz2
samba-1ae0981ce8d9786608714d6e7a9e31f09d765b71.zip
talloc: Move pytalloc to lib/talloc.
Diffstat (limited to 'source4/scripting/python/wscript_build')
-rw-r--r--source4/scripting/python/wscript_build7
1 files changed, 0 insertions, 7 deletions
diff --git a/source4/scripting/python/wscript_build b/source4/scripting/python/wscript_build
index 7f56afd592..c75647689f 100644
--- a/source4/scripting/python/wscript_build
+++ b/source4/scripting/python/wscript_build
@@ -16,13 +16,6 @@ bld.SAMBA_SUBSYSTEM('LIBPYTHON',
)
-bld.SAMBA_SUBSYSTEM('PYTALLOC',
- source='../../../lib/talloc/pytalloc.c',
- public_deps='EXT_LIB_PYTHON talloc',
- pyext=True,
- )
-
-
bld.SAMBA_PYTHON('python_uuid',
source='uuidmodule.c',
deps='ndr',