diff options
author | Andrew Bartlett <abartlet@samba.org> | 2008-04-08 17:31:36 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2008-04-08 17:31:36 +1000 |
commit | 0e59c73fe3a5cde76881294f17bf6ca9258f67a1 (patch) | |
tree | 6007f25ac8af86370db09dfaaa138c618eb08ac0 /source4/librpc/config.mk | |
parent | b2805c50eecddfa4cbd0945e713567eddce05895 (diff) | |
parent | 1f474f4a545752f7ac0ad402d01d1e768b973dbe (diff) | |
download | samba-0e59c73fe3a5cde76881294f17bf6ca9258f67a1.tar.gz samba-0e59c73fe3a5cde76881294f17bf6ca9258f67a1.tar.bz2 samba-0e59c73fe3a5cde76881294f17bf6ca9258f67a1.zip |
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartlet
(This used to be commit c0416a0b73f06ef57db1b83a75433e36b93a9981)
Diffstat (limited to 'source4/librpc/config.mk')
-rw-r--r-- | source4/librpc/config.mk | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/source4/librpc/config.mk b/source4/librpc/config.mk index e53e512bc6..b6f3fdac52 100644 --- a/source4/librpc/config.mk +++ b/source4/librpc/config.mk @@ -654,5 +654,17 @@ 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_unixinfo] +OBJ_FILES = gen_ndr/py_unixinfo.o +PRIVATE_DEPENDENCIES = RPC_NDR_UNIXINFO + +[PYTHON::python_drsuapi] +OBJ_FILES = gen_ndr/py_drsuapi.o +PRIVATE_DEPENDENCIES = RPC_NDR_DRSUAPI + [PYTHON::python_dcerpc_security] OBJ_FILES = gen_ndr/py_security.o |