diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-01-14 16:11:58 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-01-14 19:53:07 +0100 |
commit | fa5397fbeda759ac66fc5d0a6bdfb60a070a7962 (patch) | |
tree | 384f5385cf4ff4a68ae8e4b9ff1de445b35c944c /source4/librpc/config.mk | |
parent | 251457264bf862e3048414ef0d77c133be1bd3d0 (diff) | |
download | samba-fa5397fbeda759ac66fc5d0a6bdfb60a070a7962.tar.gz samba-fa5397fbeda759ac66fc5d0a6bdfb60a070a7962.tar.xz samba-fa5397fbeda759ac66fc5d0a6bdfb60a070a7962.zip |
python: Build epmapper module.
(This used to be commit 6cb78c7634de0f9ab327583844d7860d384356eb)
Diffstat (limited to 'source4/librpc/config.mk')
-rw-r--r-- | source4/librpc/config.mk | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/source4/librpc/config.mk b/source4/librpc/config.mk index ab94770d466..03977e82639 100644 --- a/source4/librpc/config.mk +++ b/source4/librpc/config.mk @@ -606,6 +606,9 @@ PRIVATE_DEPENDENCIES = RPC_NDR_WINREG python_misc [PYTHON::python_dcerpc_misc] OBJ_FILES = gen_ndr/py_misc.o -[PYTHON::python_dcerpc_initshutdown] +[PYTHON::python_initshutdown] OBJ_FILES = gen_ndr/py_initshutdown.o PRIVATE_DEPENDENCIES = RPC_NDR_INITSHUTDOWN + +[PYTHON::python_epmapper] +OBJ_FILES = gen_ndr/py_epmapper.o |