s4:librpc: we don't need dcerpc client bindings for dns.idl
authorStefan Metzmacher <metze@samba.org>
Tue, 26 Oct 2010 18:47:44 +0000 (20:47 +0200)
committerStefan Metzmacher <metze@samba.org>
Tue, 26 Oct 2010 19:35:59 +0000 (19:35 +0000)
metze

Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Tue Oct 26 19:35:59 UTC 2010 on sn-devel-104

source4/librpc/wscript_build

index d40b80899beb0f490528c61383b895e55574fab6..d5ca5ca40aacbe04d55d0ee24be341bbee112f09 100755 (executable)
@@ -161,11 +161,6 @@ bld.SAMBA_LIBRARY('dcerpc-samr',
        header_path='gen_ndr'
        )
 
-bld.SAMBA_SUBSYSTEM('RPC_NDR_DNS',
-       source='../../librpc/gen_ndr/ndr_dns_c.c',
-       public_deps='dcerpc ndr-standard',
-       )
-
 
 bld.SAMBA_LIBRARY('dcerpc-atsvc',
        source='../../librpc/gen_ndr/ndr_atsvc_c.c',
@@ -361,12 +356,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-util NDR_DNS pyrpc_util RPC_NDR_DNS',
-       realname='samba/dcerpc/dns.so'
-       )
-
 bld.SAMBA_PYTHON('python_netlogon',
        source='../../librpc/gen_ndr/py_netlogon.c',
        deps='RPC_NDR_NETLOGON pytalloc-util pyrpc_util',