From 0ceb5018f3a75f272faa4d7a7b5c79ca100f5ef0 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 24 Oct 2010 12:17:43 -0700 Subject: waf: Remove unused EXT_LIB_PYTHON. --- source4/scripting/python/wscript_build | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/source4/scripting/python/wscript_build b/source4/scripting/python/wscript_build index c75647689f..90b56d066a 100644 --- a/source4/scripting/python/wscript_build +++ b/source4/scripting/python/wscript_build @@ -9,7 +9,7 @@ bld.SAMBA_LIBRARY('samba_python', bld.SAMBA_SUBSYSTEM('LIBPYTHON', source='modules.c', - public_deps='EXT_LIB_PYTHON', + public_deps='', init_function_sentinal='{NULL,NULL}', deps='talloc', pyext=True, @@ -31,10 +31,6 @@ bld.SAMBA_PYTHON('python_glue', ) -# create a dummy subsystem for EXT_LIB_PYTHON -bld.SAMBA_SUBSYSTEM('EXT_LIB_PYTHON', '') - - # install out various python scripts for use by make test bld.SAMBA_SCRIPT('samba_python', pattern='samba/**/*.py', -- cgit