diff options
author | Stefan Metzmacher <metze@samba.org> | 2011-03-11 10:31:25 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2011-03-11 12:28:08 +0100 |
commit | b738e092a22edb192243d2eee10c31a370be71e3 (patch) | |
tree | 55dafe93daa0340ae6372a5e5bd7ee42faf49f33 /source4/librpc/wscript_build | |
parent | 5657c96714518b90b04b5283c87c4d0050eb2418 (diff) | |
download | samba-b738e092a22edb192243d2eee10c31a370be71e3.tar.gz samba-b738e092a22edb192243d2eee10c31a370be71e3.tar.bz2 samba-b738e092a22edb192243d2eee10c31a370be71e3.zip |
librpc/rpc: move dcerpc_binding_handle stuff to rpc_common.h
metze
Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Fri Mar 11 12:28:08 CET 2011 on sn-devel-104
Diffstat (limited to 'source4/librpc/wscript_build')
-rwxr-xr-x | source4/librpc/wscript_build | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/source4/librpc/wscript_build b/source4/librpc/wscript_build index 0d6589ec80..8d1e9a8220 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). |