From b738e092a22edb192243d2eee10c31a370be71e3 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 11 Mar 2011 10:31:25 +0100 Subject: librpc/rpc: move dcerpc_binding_handle stuff to rpc_common.h metze Autobuild-User: Stefan Metzmacher Autobuild-Date: Fri Mar 11 12:28:08 CET 2011 on sn-devel-104 --- source4/librpc/wscript_build | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'source4/librpc/wscript_build') diff --git a/source4/librpc/wscript_build b/source4/librpc/wscript_build index 0d6589ec80f..8d1e9a82206 100755 --- a/source4/librpc/wscript_build +++ b/source4/librpc/wscript_build @@ -159,7 +159,10 @@ bld.SAMBA_LIBRARY('dcerpc', deps='samba_socket LIBCLI_RESOLVE LIBCLI_SMB LIBCLI_SMB2 ndr NDR_DCERPC RPC_NDR_EPMAPPER NDR_SCHANNEL RPC_NDR_NETLOGON RPC_NDR_MGMT gensec LIBCLI_AUTH LIBCLI_RAW LP_RESOLVE UTIL_TEVENT rpccommon', autoproto='rpc/dcerpc_proto.h', public_deps='credentials tevent talloc', - public_headers='rpc/dcerpc.h ../../librpc/gen_ndr/mgmt.h ../../librpc/gen_ndr/ndr_mgmt.h ../../librpc/gen_ndr/ndr_mgmt_c.h ../../librpc/gen_ndr/epmapper.h ../../librpc/gen_ndr/ndr_epmapper.h ../../librpc/gen_ndr/ndr_epmapper_c.h', + public_headers='''rpc/dcerpc.h ../../librpc/gen_ndr/mgmt.h + ../../librpc/gen_ndr/ndr_mgmt.h ../../librpc/gen_ndr/ndr_mgmt_c.h + ../../librpc/gen_ndr/epmapper.h ../../librpc/gen_ndr/ndr_epmapper.h + ../../librpc/gen_ndr/ndr_epmapper_c.h ../../librpc/rpc/rpc_common.h''', # It's very important to keep this form of construction # it force the sambawaf extension to put everything that match the first element # (*gen_ndr*) into the dir named by the second element (gen_ndr). -- cgit v1.2.1