diff options
| author | Jelmer Vernooij <jelmer@samba.org> | 2010-10-24 12:17:43 -0700 | 
|---|---|---|
| committer | Jelmer Vernooij <jelmer@samba.org> | 2010-10-26 10:17:19 -0700 | 
| commit | 0ceb5018f3a75f272faa4d7a7b5c79ca100f5ef0 (patch) | |
| tree | 2f85fef47b9e0510744f6fa2e30a8eabcdca224f /source4/scripting/python | |
| parent | 98cfc71801dfc9bc05f282d3547574324d46a67f (diff) | |
| download | samba-0ceb5018f3a75f272faa4d7a7b5c79ca100f5ef0.tar.gz samba-0ceb5018f3a75f272faa4d7a7b5c79ca100f5ef0.tar.bz2 samba-0ceb5018f3a75f272faa4d7a7b5c79ca100f5ef0.zip  | |
waf: Remove unused EXT_LIB_PYTHON.
Diffstat (limited to 'source4/scripting/python')
| -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',  | 
