From a35d876537eb301d75a254d9da97268d041da8d6 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 8 Apr 2010 20:34:40 +0200 Subject: s4-python: rename samba.glue to samba._glue to indicate it's private. --- source4/scripting/python/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/scripting/python/wscript_build') 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' ) -- cgit