summaryrefslogtreecommitdiff
path: root/source4/librpc
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-04-08 02:48:54 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-04-08 02:48:54 +0200
commit57bf8d2e33c69c8a642070c4c4ba8c00681e42cc (patch)
treec20308c10410513ae98d6777fb0b2ab649a6f20b /source4/librpc
parentb99d24419f9934ab5467f11a5f59d34618686c91 (diff)
downloadsamba-57bf8d2e33c69c8a642070c4c4ba8c00681e42cc.tar.gz
samba-57bf8d2e33c69c8a642070c4c4ba8c00681e42cc.tar.bz2
samba-57bf8d2e33c69c8a642070c4c4ba8c00681e42cc.zip
Add Python bindings for DFS.
(This used to be commit 4319971ccb42618a3298a5f26f63fa4c9b255849)
Diffstat (limited to 'source4/librpc')
-rw-r--r--source4/librpc/config.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/librpc/config.mk b/source4/librpc/config.mk
index e53e512bc6..a4510b5d9f 100644
--- a/source4/librpc/config.mk
+++ b/source4/librpc/config.mk
@@ -654,5 +654,9 @@ PRIVATE_DEPENDENCIES = RPC_NDR_LSA
OBJ_FILES = gen_ndr/py_wkssvc.o
PRIVATE_DEPENDENCIES = RPC_NDR_WKSSVC
+[PYTHON::python_dfs]
+OBJ_FILES = gen_ndr/py_dfs.o
+PRIVATE_DEPENDENCIES = RPC_NDR_DFS
+
[PYTHON::python_dcerpc_security]
OBJ_FILES = gen_ndr/py_security.o