summaryrefslogtreecommitdiff
path: root/source4/librpc/config.mk
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-06-11 00:05:58 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-06-11 00:05:58 +0200
commit230503ad847f9514e95b57c48eeacbd619a1c9f5 (patch)
treef487b170347cc63fb3973eaeb91957b1a26b369a /source4/librpc/config.mk
parent01fc095d6e2fa1b883b3f429085b4aca4254f105 (diff)
downloadsamba-230503ad847f9514e95b57c48eeacbd619a1c9f5.tar.gz
samba-230503ad847f9514e95b57c48eeacbd619a1c9f5.tar.bz2
samba-230503ad847f9514e95b57c48eeacbd619a1c9f5.zip
Add working Python bindings for NBT.
(This used to be commit 9c88f5e1de9db34751f16c2247fa91ae2445c5f7)
Diffstat (limited to 'source4/librpc/config.mk')
-rw-r--r--source4/librpc/config.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/source4/librpc/config.mk b/source4/librpc/config.mk
index d2e11959e8..1200f4ed1b 100644
--- a/source4/librpc/config.mk
+++ b/source4/librpc/config.mk
@@ -668,11 +668,11 @@ PRIVATE_DEPENDENCIES = dcerpc_atsvc PYTALLOC param swig_credentials python_dcer
python_atsvc_OBJ_FILES = $(gen_ndrsrcdir)/py_atsvc.o
-[PYTHON::python_nbt]
+[PYTHON::python_dcerpc_nbt]
LIBRARY_REALNAME = samba/nbt.$(SHLIBEXT)
PRIVATE_DEPENDENCIES = NDR_NBT PYTALLOC param swig_credentials python_dcerpc
-python_nbt_OBJ_FILES = $(gen_ndrsrcdir)/py_nbt.o
+python_dcerpc_nbt_OBJ_FILES = $(gen_ndrsrcdir)/py_nbt.o
[PYTHON::python_samr]
LIBRARY_REALNAME = samba/dcerpc/samr.$(SHLIBEXT)
@@ -712,7 +712,7 @@ python_unixinfo_OBJ_FILES = $(gen_ndrsrcdir)/py_unixinfo.o
[PYTHON::python_irpc]
LIBRARY_REALNAME = samba/irpc.$(SHLIBEXT)
-PRIVATE_DEPENDENCIES = RPC_NDR_IRPC PYTALLOC param swig_credentials python_dcerpc_security python_dcerpc_misc python_dcerpc python_nbt
+PRIVATE_DEPENDENCIES = RPC_NDR_IRPC PYTALLOC param swig_credentials python_dcerpc_security python_dcerpc_misc python_dcerpc python_dcerpc_nbt
python_irpc_OBJ_FILES = $(gen_ndrsrcdir)/py_irpc.o