diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-01-14 20:08:04 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-01-14 20:08:04 +0100 |
commit | 506f6432882804ed62fd3b8c1ddc2a4ac80fa08d (patch) | |
tree | faf7e62457aadc44440bcf0cfff906e6f3710883 /source4/librpc | |
parent | 2ebe80c27c8cd39a0f40ef6de3a9f805cb7d6bed (diff) | |
download | samba-506f6432882804ed62fd3b8c1ddc2a4ac80fa08d.tar.gz samba-506f6432882804ed62fd3b8c1ddc2a4ac80fa08d.tar.bz2 samba-506f6432882804ed62fd3b8c1ddc2a4ac80fa08d.zip |
python: Compile in svcctl Python bindings.
(This used to be commit 567099b66d0369715f8e0a083a5ce160faaf4da2)
Diffstat (limited to 'source4/librpc')
-rw-r--r-- | source4/librpc/config.mk | 4 | ||||
-rw-r--r-- | source4/librpc/idl/svcctl.idl | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/source4/librpc/config.mk b/source4/librpc/config.mk index ddb07dc6e2..78e90b464d 100644 --- a/source4/librpc/config.mk +++ b/source4/librpc/config.mk @@ -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 diff --git a/source4/librpc/idl/svcctl.idl b/source4/librpc/idl/svcctl.idl index 2fbdb71e74..d9f8233a0e 100644 --- a/source4/librpc/idl/svcctl.idl +++ b/source4/librpc/idl/svcctl.idl @@ -4,6 +4,7 @@ svcctl interface definitions */ +import "misc.idl"; [ uuid("367abb81-9844-35f1-ad32-98f038001003"), version(2.0), pointer_default(unique), |