mirror of
https://github.com/samba-team/samba.git
synced 2025-07-02 20:59:09 +03:00
waf: Remove lib prefix from libraries manually.
This commit is contained in:
@ -25,7 +25,7 @@ bld.SAMBA_SUBSYSTEM('PYTALLOC',
|
||||
|
||||
bld.SAMBA_PYTHON('python_uuid',
|
||||
source='uuidmodule.c',
|
||||
deps='LIBNDR',
|
||||
deps='ndr',
|
||||
realname='uuid.so',
|
||||
enabled = float(bld.env.PYTHON_VERSION) <= 2.4
|
||||
)
|
||||
@ -33,7 +33,7 @@ bld.SAMBA_PYTHON('python_uuid',
|
||||
|
||||
bld.SAMBA_PYTHON('python_glue',
|
||||
source='pyglue.c',
|
||||
deps='pyparam_util libsamba-util netif PYTALLOC',
|
||||
deps='pyparam_util samba-util netif PYTALLOC',
|
||||
realname='samba/_glue.so'
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user