1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-25 00:23:52 +03:00

python: Enable building of the wkssvc python bindings.

This commit is contained in:
Jelmer Vernooij
2008-01-14 20:14:53 +01:00
parent cb2700094f
commit 7a00d48a47
3 changed files with 29 additions and 0 deletions

View File

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