]> xenbits.xensource.com Git - libvirt.git/commitdiff
virsh: Fix compile error in VPATH build
authorMatthias Bolte <matthias.bolte@googlemail.com>
Thu, 11 Nov 2010 23:59:12 +0000 (00:59 +0100)
committerMatthias Bolte <matthias.bolte@googlemail.com>
Fri, 12 Nov 2010 18:53:27 +0000 (19:53 +0100)
tools/console.c depends on daemon/event.h.

tools/Makefile.am

index b686045a3cfdf66259b5e102838e2f62518942f4..921d6214e4d760e92e694a81181b63d301be8f2c 100644 (file)
@@ -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)\"                \
                -DLOCALEBASEDIR=\""$(datadir)/locale"\"         \
                $(WARN_CFLAGS)                                  \