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

python: Compile in svcctl Python bindings.

(This used to be commit 567099b66d)
This commit is contained in:
Jelmer Vernooij
2008-01-14 20:08:04 +01:00
parent 2ebe80c27c
commit 506f643288
3 changed files with 6 additions and 0 deletions

View File

@ -44,6 +44,7 @@ extern void initatsvc(void);
extern void initsamr(void);
static void initdcerpc_security(void) {}
extern void initlsa(void);
extern void initsvcctl(void);
static struct _inittab py_modules[] = { STATIC_LIBPYTHON_MODULES };