1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-03 04:23:50 +03:00

python: Compile in svcctl Python bindings.

This commit is contained in:
Jelmer Vernooij
2008-01-14 20:08:04 +01:00
parent 9c21773737
commit 567099b66d
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 };