diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-04-08 20:34:40 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-04-08 23:20:36 +0200 |
commit | a35d876537eb301d75a254d9da97268d041da8d6 (patch) | |
tree | 488e96e7f4bd61b50494b9f43648ed3be873df4e /source4/scripting/python/wscript_build | |
parent | cc6e2b8a819c6a1da4e6214be9607aab2de270bb (diff) | |
download | samba-a35d876537eb301d75a254d9da97268d041da8d6.tar.gz samba-a35d876537eb301d75a254d9da97268d041da8d6.tar.bz2 samba-a35d876537eb301d75a254d9da97268d041da8d6.zip |
s4-python: rename samba.glue to samba._glue to indicate it's private.
Diffstat (limited to 'source4/scripting/python/wscript_build')
-rw-r--r-- | source4/scripting/python/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/scripting/python/wscript_build b/source4/scripting/python/wscript_build index 96de643b4f..9c12ca7b4b 100644 --- a/source4/scripting/python/wscript_build +++ b/source4/scripting/python/wscript_build @@ -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' ) |