summaryrefslogtreecommitdiff
path: root/source4/librpc
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-09-08 23:23:09 +0200
committerGünther Deschner <gd@samba.org>2010-09-08 23:26:41 +0200
commit3fb5aba9cf59198dea3b43754dbe6b3ffb3ea474 (patch)
treee6a6bd12f0769e9413c89d3bf44c8e40ac5949f7 /source4/librpc
parent8140182f3d53019702f49330a40ffa9d47d8d3df (diff)
downloadsamba-3fb5aba9cf59198dea3b43754dbe6b3ffb3ea474.tar.gz
samba-3fb5aba9cf59198dea3b43754dbe6b3ffb3ea474.tar.bz2
samba-3fb5aba9cf59198dea3b43754dbe6b3ffb3ea474.zip
s4-waf: fix bin/python/samba/dcerpc/nbt.so.
Thanks to Brad Hards for pointing this out. Guenther
Diffstat (limited to 'source4/librpc')
-rwxr-xr-xsource4/librpc/wscript_build6
1 files changed, 5 insertions, 1 deletions
diff --git a/source4/librpc/wscript_build b/source4/librpc/wscript_build
index de0fc77060..06bd8a7794 100755
--- a/source4/librpc/wscript_build
+++ b/source4/librpc/wscript_build
@@ -475,6 +475,10 @@ bld.SAMBA_SUBSYSTEM('RPC_NDR_SPOOLSS',
public_deps='dcerpc NDR_SPOOLSS'
)
+bld.SAMBA_SUBSYSTEM('RPC_NDR_NBT',
+ source='../../librpc/gen_ndr/ndr_nbt_c.c',
+ public_deps='dcerpc NDR_NBT'
+ )
bld.SAMBA_SUBSYSTEM('RPC_NDR_WKSSVC',
source='../../librpc/gen_ndr/ndr_wkssvc_c.c',
@@ -707,7 +711,7 @@ bld.SAMBA_PYTHON('python_atsvc',
bld.SAMBA_PYTHON('python_dcerpc_nbt',
source='../../librpc/gen_ndr/py_nbt.c',
- deps='NDR_NBT PYTALLOC pyrpc_util',
+ deps='NDR_NBT RPC_NDR_NBT PYTALLOC pyrpc_util',
realname='samba/dcerpc/nbt.so'
)