diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-04-08 03:18:43 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-04-08 03:18:43 +0200 |
commit | f253c3ad91d66aeb594e8088c462257277748263 (patch) | |
tree | a61b754c2a9976a0321cbb501718a38ffa7c1027 /source4/librpc | |
parent | 4fcd6cfb7520feabadd491c597ebfcb7b3267de1 (diff) | |
download | samba-f253c3ad91d66aeb594e8088c462257277748263.tar.gz samba-f253c3ad91d66aeb594e8088c462257277748263.tar.bz2 samba-f253c3ad91d66aeb594e8088c462257277748263.zip |
Add python bindings for unixinfo.
(This used to be commit 068c2f858a0c7e325cb8a1f2ca36e32b31fe1f77)
Diffstat (limited to 'source4/librpc')
-rw-r--r-- | source4/librpc/config.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/librpc/config.mk b/source4/librpc/config.mk index a4510b5d9f..7a5d47f682 100644 --- a/source4/librpc/config.mk +++ b/source4/librpc/config.mk @@ -658,5 +658,9 @@ PRIVATE_DEPENDENCIES = RPC_NDR_WKSSVC OBJ_FILES = gen_ndr/py_dfs.o PRIVATE_DEPENDENCIES = RPC_NDR_DFS +[PYTHON::python_unixinfo] +OBJ_FILES = gen_ndr/py_unixinfo.o +PRIVATE_DEPENDENCIES = RPC_NDR_UNIXINFO + [PYTHON::python_dcerpc_security] OBJ_FILES = gen_ndr/py_security.o |