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

Matthias Bolte matthias.bolte at googlemail.com
Fri Nov 12 21:38:30 UTC 2010


2010/11/12 Eric Blake <eblake at redhat.com>:
> 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
>> +++ b/tools/Makefile.am
>> @@ -54,6 +54,7 @@ virsh_CFLAGS =                                                      \
>>               -I../include -I$(top_srcdir)/include            \
>>               -I$(top_srcdir)/src                             \
>>               -I$(top_srcdir)/src/util                        \
>> +             -I$(top_srcdir)                                 \
>>               -DGETTEXT_PACKAGE=\"$(PACKAGE)\"                \
>
> ACK.
>

Thanks, pushed.

Matthias




More information about the libvir-list mailing list