1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-02 20:59:09 +03:00

s4-python: rename samba.glue to samba._glue to indicate it's private.

This commit is contained in:
Jelmer Vernooij
2010-04-08 20:34:40 +02:00
parent cc6e2b8a81
commit a35d876537
6 changed files with 44 additions and 44 deletions

View File

@ -24,7 +24,7 @@ bld.SAMBA_PYTHON('python_uuid',
bld.SAMBA_PYTHON('python_glue',
source='pyglue.c',
deps='LIBNDR ldb SAMDB CREDENTIALS pyldb python_dcerpc_misc python_dcerpc_security pyauth pyldb_util pyparam_util',
realname='samba/glue.so'
realname='samba/_glue.so'
)