From 1ae0981ce8d9786608714d6e7a9e31f09d765b71 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 24 Oct 2010 11:58:47 -0700 Subject: talloc: Move pytalloc to lib/talloc. --- source4/scripting/python/wscript_build | 7 ------- 1 file changed, 7 deletions(-) (limited to 'source4/scripting/python/wscript_build') 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', -- cgit