From d28eb21a984a733e8f1de51170e41ae7c879f7e9 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 14 Jan 2008 18:59:11 +0100 Subject: python: Compile security module, handle uint. (This used to be commit dee64344fb13aaed38a550ebb4048d0fa526d5b6) --- source4/librpc/config.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source4/librpc/config.mk') 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 -- cgit