1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

s4:librpc: rpc_common.h was move to dcerpc-binding

metze
This commit is contained in:
Stefan Metzmacher 2011-09-06 15:21:12 +02:00
parent 9d5711e3de
commit b9cc4dd088

View File

@ -144,7 +144,7 @@ bld.SAMBA_LIBRARY('dcerpc',
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''',
../../librpc/gen_ndr/ndr_epmapper_c.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).