Re: [libvirt] [PATCH] virsh: Fix compile error in VPATH build

2010-11-12 Thread Matthias Bolte
2010/11/12 Eric Blake : > On 11/12/2010 11:54 AM, Matthias Bolte wrote: >> tools/console.c depends on daemon/event.h. >> --- >>  tools/Makefile.am |    1 + >>  1 files changed, 1 insertions(+), 0 deletions(-) >> >> diff --git a/tools/Makefile.am b/tools/Makefile.am >> index b686045..921d621 100644

Re: [libvirt] [PATCH] virsh: Fix compile error in VPATH build

2010-11-12 Thread Eric Blake
On 11/12/2010 11:54 AM, Matthias Bolte wrote: > tools/console.c depends on daemon/event.h. > --- > tools/Makefile.am |1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/tools/Makefile.am b/tools/Makefile.am > index b686045..921d621 100644 > --- a/tools/Makefile.am > +++

[libvirt] [PATCH] virsh: Fix compile error in VPATH build

2010-11-12 Thread Matthias Bolte
tools/console.c depends on daemon/event.h. --- tools/Makefile.am |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/tools/Makefile.am b/tools/Makefile.am index b686045..921d621 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -54,6 +54,7 @@ virsh_CFLAGS =