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

Matthias Bolte matthias.bolte at googlemail.com
Fri Nov 12 18:54:10 UTC 2010


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)\"		\
 		-DLOCALEBASEDIR=\""$(datadir)/locale"\"		\
 		$(WARN_CFLAGS)					\
-- 
1.7.0.4




More information about the libvir-list mailing list