mirror of
https://github.com/samba-team/samba.git
synced 2025-02-05 21:57:51 +03:00
python: Start building winreg module.
(This used to be commit f1a9fad83cee7754304b3422aa273d5f64868e40)
This commit is contained in:
parent
30a2a43a75
commit
e42322848b
@ -598,3 +598,10 @@ PUBLIC_DEPENDENCIES = LIBCLI_SMB NDR_MISC LIBSAMBA-UTIL LIBSAMBA-CONFIG dcerpc_s
|
||||
[PYTHON::python_echo]
|
||||
OBJ_FILES = gen_ndr/py_echo.o
|
||||
PRIVATE_DEPENDENCIES = RPC_NDR_ECHO
|
||||
|
||||
[PYTHON::python_winreg]
|
||||
OBJ_FILES = gen_ndr/py_winreg.o
|
||||
PRIVATE_DEPENDENCIES = RPC_NDR_WINREG python_misc
|
||||
|
||||
[PYTHON::python_dcerpc_misc]
|
||||
OBJ_FILES = gen_ndr/py_misc.o
|
||||
|
@ -35,6 +35,7 @@ extern void init_events(void);
|
||||
extern void inituuid(void);
|
||||
extern void init_net(void);
|
||||
extern void initecho(void);
|
||||
extern void initwinreg(void);
|
||||
|
||||
static struct _inittab py_modules[] = { STATIC_LIBPYTHON_MODULES };
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user