From: Matthias Bolte Date: Thu, 11 Nov 2010 23:59:12 +0000 (+0100) Subject: virsh: Fix compile error in VPATH build X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=e3acfcefe3ce5d5e6a7c85a44b35832df628a336;p=libvirt.git virsh: Fix compile error in VPATH build tools/console.c depends on daemon/event.h. --- diff --git a/tools/Makefile.am b/tools/Makefile.am index b686045a3c..921d6214e4 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)\" \ -DLOCALEBASEDIR=\""$(datadir)/locale"\" \ $(WARN_CFLAGS) \