diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-01-14 18:59:11 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-01-14 19:53:08 +0100 |
commit | d28eb21a984a733e8f1de51170e41ae7c879f7e9 (patch) | |
tree | 251bfe5e423c3f40634aaeb82037584748dbc702 /source4/librpc | |
parent | 134e38ac28b30b7fb3f4efcf9985c17ff2f070ad (diff) | |
download | samba-d28eb21a984a733e8f1de51170e41ae7c879f7e9.tar.gz samba-d28eb21a984a733e8f1de51170e41ae7c879f7e9.tar.bz2 samba-d28eb21a984a733e8f1de51170e41ae7c879f7e9.zip |
python: Compile security module, handle uint.
(This used to be commit dee64344fb13aaed38a550ebb4048d0fa526d5b6)
Diffstat (limited to 'source4/librpc')
-rw-r--r-- | source4/librpc/config.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/librpc/config.mk b/source4/librpc/config.mk index 31013289dd..cda57bedcf 100644 --- a/source4/librpc/config.mk +++ b/source4/librpc/config.mk @@ -628,3 +628,6 @@ PRIVATE_DEPENDENCIES = dcerpc_samr [PYTHON::python_lsa] OBJ_FILES = gen_ndr/py_lsa.o PRIVATE_DEPENDENCIES = RPC_NDR_LSA + +[PYTHON::python_security] +OBJ_FILES = gen_ndr/py_security.o |