1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-26 04:23:49 +03:00

s4: Drop duplicate 'lib' prefix for private libraries.

This commit is contained in:
Jelmer Vernooij
2010-10-23 18:41:59 -07:00
parent 126f87e6a5
commit d9cbcdd410
37 changed files with 91 additions and 91 deletions

View File

@@ -33,7 +33,7 @@ bld.SAMBA_PYTHON('python_uuid',
bld.SAMBA_PYTHON('python_glue',
source='pyglue.c',
deps='pyparam_util libsamba-util libnetif PYTALLOC',
deps='pyparam_util libsamba-util netif PYTALLOC',
realname='samba/_glue.so'
)