On 02/10/2010 07:11 PM, Daniel P. Berrange wrote:
On Fri, Feb 05, 2010 at 04:56:56PM +0100, Jiri Denemark wrote:
> Signed-off-by: Jiri Denemark<jdenemar(a)redhat.com>
> ---
> daemon/remote.c | 25 +++++++++++++++++++++++++
> daemon/remote_dispatch_args.h | 1 +
> daemon/remote_dispatch_prototypes.h | 8 ++++++++
> daemon/remote_dispatch_ret.h | 1 +
> daemon/remote_dispatch_table.h | 5 +++++
> src/remote/remote_protocol.c | 24 +++++++++++++++++++++++-
> src/remote/remote_protocol.h | 20 ++++++++++++++++++++
> src/remote/remote_protocol.x | 18 +++++++++++++++++-
> 8 files changed, 100 insertions(+), 2 deletions(-)
>
> diff --git a/src/remote/remote_protocol.c b/src/remote/remote_protocol.c
> index 834eb6b..4ff6217 100644
> --- a/src/remote/remote_protocol.c
> +++ b/src/remote/remote_protocol.c
> @@ -4,7 +4,7 @@
> * It was generated using rpcgen.
> */
>
> -#include "./remote/remote_protocol.h"
> +#include "/home/jirka/work/libvirt/git/src/remote/remote_protocol.h"
That's rather odd. I wonder why rpcgen decided to use absolute includes
all of a sudden
Building out of the source tree?
Paolo