summaryrefslogtreecommitdiff
path: root/source4/librpc/wscript_build
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2019-06-25 12:22:59 +1200
committerAndrew Bartlett <abartlet@samba.org>2019-06-26 04:12:32 +0000
commit518227b674e89f128e33a27617c2fffe9df904a0 (patch)
treef9e153027187ec8c7a77b0ec24c705a520f63c7e /source4/librpc/wscript_build
parentdbff6cac3141fd40db90d9cfdd3b10286535cf5d (diff)
downloadsamba-518227b674e89f128e33a27617c2fffe9df904a0.tar.gz
librpc: Remove unused RPC_NDR_NTLMSSP
Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Diffstat (limited to 'source4/librpc/wscript_build')
-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 a282bcec1cd..00db0f337a4 100644
--- a/source4/librpc/wscript_build
+++ b/source4/librpc/wscript_build
@@ -277,7 +277,7 @@ bld.SAMBA_PYTHON('python_dcerpc_drsblobs',
bld.SAMBA_PYTHON('python_dcerpc_ntlmssp',
source='../../librpc/gen_ndr/py_ntlmssp.c',
- deps='%s %s RPC_NDR_NTLMSSP' % (pytalloc_util, pyrpc_util),
+ deps='%s %s NDR_NTLMSSP' % (pytalloc_util, pyrpc_util),
realname='samba/dcerpc/ntlmssp.so',
cflags_end=gen_cflags
)