summaryrefslogtreecommitdiff
path: root/source4/librpc
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2019-06-25 14:58:42 +1200
committerAndrew Bartlett <abartlet@samba.org>2019-06-26 04:12:33 +0000
commit34206deb35067e7253c99ab9e5c2320784ccf541 (patch)
tree1d997ecb33d970b66fa63a6ffa2e73ff9b518e55 /source4/librpc
parent57ed8db7a26ec3bf14c6a609f430467dd5eaa862 (diff)
downloadsamba-34206deb35067e7253c99ab9e5c2320784ccf541.tar.gz
librpc: Remove unused RPC_NDR_NBT
Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Diffstat (limited to 'source4/librpc')
-rw-r--r--source4/librpc/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/wscript_build b/source4/librpc/wscript_build
index ef259bd94d2..5f11a364b5e 100644
--- a/source4/librpc/wscript_build
+++ b/source4/librpc/wscript_build
@@ -258,7 +258,7 @@ bld.SAMBA_PYTHON('python_witness',
bld.SAMBA_PYTHON('python_dcerpc_nbt',
source='../../librpc/gen_ndr/py_nbt.c',
- deps='ndr_nbt RPC_NDR_NBT %s %s' % (pytalloc_util, pyrpc_util),
+ deps='ndr_nbt %s %s' % (pytalloc_util, pyrpc_util),
realname='samba/dcerpc/nbt.so',
cflags_end=gen_cflags
)