s4:librpc: we don't need dcerpc client bindings for dns.idl
authorStefan Metzmacher <metze@samba.org>
Sun, 24 Oct 2010 10:31:03 +0000 (12:31 +0200)
committerStefan Metzmacher <metze@samba.org>
Sun, 24 Oct 2010 11:23:50 +0000 (11:23 +0000)
metze

Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Sun Oct 24 11:23:50 UTC 2010 on sn-devel-104

source4/librpc/wscript_build

index 1fc1d2b0b862207fb75d4aea4c9e5a9d76a83cf8..56e8f77af2efa9a3f34e28ef96ff488f0fee7326 100755 (executable)
@@ -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',