From e3acfcefe3ce5d5e6a7c85a44b35832df628a336 Mon Sep 17 00:00:00 2001 From: Matthias Bolte Date: Fri, 12 Nov 2010 00:59:12 +0100 Subject: [PATCH] virsh: Fix compile error in VPATH build tools/console.c depends on daemon/event.h. --- tools/Makefile.am | 1 + 1 file changed, 1 insertion(+) 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) \ -- GitLab