summaryrefslogtreecommitdiff
path: root/source4/scripting
diff options
context:
space:
mode:
Diffstat (limited to 'source4/scripting')
-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',