diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-01-14 19:49:52 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-01-14 19:53:08 +0100 |
commit | 2aa8cbca8baf1159544c2f3c0ce316da03035d71 (patch) | |
tree | 0ed740be3bbb2ba5d7fcb8c591b04fdf87fb46fb /source4/librpc/config.mk | |
parent | 001b2435f0a47f75f82a32f2ccead2759596a09d (diff) | |
download | samba-2aa8cbca8baf1159544c2f3c0ce316da03035d71.tar.gz samba-2aa8cbca8baf1159544c2f3c0ce316da03035d71.tar.xz samba-2aa8cbca8baf1159544c2f3c0ce316da03035d71.zip |
python: Work around the fact that there are two "security" modules now.
This well demonstrates the fact we need hierarchy.
(This used to be commit df7e3498824e27f8a6d61b8b6f52577eab248d2c)
Diffstat (limited to 'source4/librpc/config.mk')
-rw-r--r-- | source4/librpc/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/config.mk b/source4/librpc/config.mk index cda57bedcf0..ddb07dc6e29 100644 --- a/source4/librpc/config.mk +++ b/source4/librpc/config.mk @@ -629,5 +629,5 @@ PRIVATE_DEPENDENCIES = dcerpc_samr OBJ_FILES = gen_ndr/py_lsa.o PRIVATE_DEPENDENCIES = RPC_NDR_LSA -[PYTHON::python_security] +[PYTHON::python_dcerpc_security] OBJ_FILES = gen_ndr/py_security.o |