mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
s4:librpc: we don't need dcerpc client bindings for dns.idl
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Sun Oct 24 11:23:50 UTC 2010 on sn-devel-104
This commit is contained in:
parent
09a1075044
commit
005b50ad68
@ -161,16 +161,6 @@ bld.SAMBA_LIBRARY('dcerpc_samr',
|
||||
header_path='gen_ndr'
|
||||
)
|
||||
|
||||
|
||||
bld.SAMBA_LIBRARY('dcerpc_dns',
|
||||
source='../../librpc/gen_ndr/ndr_dns_c.c',
|
||||
vnum='0.0.1',
|
||||
public_deps='dcerpc NDR_STANDARD',
|
||||
public_headers='../../librpc/gen_ndr/ndr_dns_c.h',
|
||||
header_path='gen_ndr'
|
||||
)
|
||||
|
||||
|
||||
bld.SAMBA_LIBRARY('dcerpc_atsvc',
|
||||
source='../../librpc/gen_ndr/ndr_atsvc_c.c',
|
||||
pc_files='dcerpc_atsvc.pc',
|
||||
@ -365,12 +355,6 @@ bld.SAMBA_PYTHON('python_dcerpc_xattr',
|
||||
realname='samba/dcerpc/xattr.so'
|
||||
)
|
||||
|
||||
bld.SAMBA_PYTHON('python_dns',
|
||||
source='../../librpc/gen_ndr/py_dns.c',
|
||||
deps='PYTALLOC NDR_DNS pyrpc_util dcerpc_dns',
|
||||
realname='samba/dcerpc/dns.so'
|
||||
)
|
||||
|
||||
bld.SAMBA_PYTHON('python_netlogon',
|
||||
source='../../librpc/gen_ndr/py_netlogon.c',
|
||||
deps='RPC_NDR_NETLOGON PYTALLOC pyrpc_util',
|
||||
|
Loading…
Reference in New Issue
Block a user