mirror of
https://github.com/samba-team/samba.git
synced 2025-07-04 00:59:13 +03:00
waf: Remove unused EXT_LIB_PYTHON.
This commit is contained in:
@ -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',
|
||||
|
Reference in New Issue
Block a user