mirror of
https://github.com/samba-team/samba.git
synced 2025-02-05 21:57:51 +03:00
python: Compile in svcctl Python bindings.
(This used to be commit 567099b66d0369715f8e0a083a5ce160faaf4da2)
This commit is contained in:
parent
2ebe80c27c
commit
506f643288
@ -625,6 +625,10 @@ PRIVATE_DEPENDENCIES = dcerpc_atsvc
|
||||
OBJ_FILES = gen_ndr/py_samr.o
|
||||
PRIVATE_DEPENDENCIES = dcerpc_samr
|
||||
|
||||
[PYTHON::python_svcctl]
|
||||
OBJ_FILES = gen_ndr/py_svcctl.o
|
||||
PRIVATE_DEPENDENCIES = RPC_NDR_SVCCTL
|
||||
|
||||
[PYTHON::python_lsa]
|
||||
OBJ_FILES = gen_ndr/py_lsa.o
|
||||
PRIVATE_DEPENDENCIES = RPC_NDR_LSA
|
||||
|
@ -4,6 +4,7 @@
|
||||
svcctl interface definitions
|
||||
*/
|
||||
|
||||
import "misc.idl";
|
||||
[ uuid("367abb81-9844-35f1-ad32-98f038001003"),
|
||||
version(2.0),
|
||||
pointer_default(unique),
|
||||
|
@ -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 };
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user