diff options
Diffstat (limited to 'source4')
-rw-r--r-- | source4/scripting/python/wscript_build | 6 |
1 files changed, 1 insertions, 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', |