mirror of https://gitee.com/openkylin/libvirt.git
virsh: Fix compile error in VPATH build
tools/console.c depends on daemon/event.h.
This commit is contained in:
parent
34ed4e9809
commit
e3acfcefe3
|
@ -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) \
|
||||
|
|
Loading…
Reference in New Issue