1
0
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:
Jelmer Vernooij
2010-10-24 10:42:58 -07:00
parent b2af2fd3de
commit 8cf61377aa
46 changed files with 193 additions and 195 deletions

View File

@ -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'
)