virsh: Fix compile error in VPATH build

tools/console.c depends on daemon/event.h.
This commit is contained in:
Matthias Bolte 2010-11-12 00:59:12 +01:00
parent 34ed4e9809
commit e3acfcefe3

View 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) \