From b9cc4dd0885e5f4c8cf1b9c05e82a65345380987 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 6 Sep 2011 15:21:12 +0200 Subject: s4:librpc: rpc_common.h was move to dcerpc-binding metze --- source4/librpc/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/librpc/wscript_build b/source4/librpc/wscript_build index 677dd30af7..5a76133f1a 100755 --- a/source4/librpc/wscript_build +++ b/source4/librpc/wscript_build @@ -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). -- cgit