r26576: Allow the static module loading code to be used for the Python modules.
authorJelmer Vernooij <jelmer@samba.org>
Mon, 24 Dec 2007 05:54:30 +0000 (23:54 -0600)
committerStefan Metzmacher <metze@samba.org>
Mon, 24 Dec 2007 07:51:06 +0000 (01:51 -0600)
commitbe33f4c611d37ebba59ff618033dc73601339ad1
tree2d1fdd393172069a89dd5819d614db6a917bc984
parent1ab5bcfb93c9fc7b18d55e6c5995efddf97fea09
r26576: Allow the static module loading code to be used for the Python modules.

Simplify the way module initialization functions are handled.
(This used to be commit ba8be2dfc0de4434c798663336b81f7f95cde520)
28 files changed:
source4/auth/auth.c
source4/auth/config.mk
source4/auth/credentials/config.mk
source4/auth/gensec/gensec.c
source4/build/smb_build/dot.pl
source4/build/smb_build/header.pm
source4/build/smb_build/input.pm
source4/lib/events/events.c
source4/lib/ldb/common/ldb_modules.c
source4/lib/ldb/python.mk
source4/lib/registry/config.mk
source4/ntptr/ntptr_base.c
source4/ntvfs/ntvfs_base.c
source4/ntvfs/sysdep/sys_notify.c
source4/param/param.i
source4/param/param_wrap.c
source4/param/share.c
source4/rpc_server/service_rpc.c
source4/scripting/ejs/smbcalls.c
source4/scripting/python/config.m4
source4/scripting/python/config.mk
source4/scripting/python/modules.c [new file with mode: 0644]
source4/scripting/python/smbpython.c
source4/scripting/python/uuidmodule.c
source4/selftest/env/Samba4.pm
source4/smbd/process_model.c
source4/smbd/server.c
source4/torture/torture.c