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

python: Enable building of the wkssvc python bindings.

(This used to be commit 7a00d48a47)
This commit is contained in:
Jelmer Vernooij
2008-01-14 20:14:53 +01:00
parent 1530d7c3b0
commit d869de531c
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 };