mirror of https://gitee.com/openkylin/libvirt.git
build: Fix VPATH build with new probes
This commit is contained in:
parent
ad2bb65c4a
commit
15d52307f9
|
@ -6,7 +6,7 @@
|
|||
INCLUDES = \
|
||||
-I$(top_srcdir)/gnulib/lib -I../gnulib/lib \
|
||||
-I$(top_srcdir)/include -I$(top_builddir)/include \
|
||||
-I$(top_srcdir)/src \
|
||||
-I$(top_srcdir)/src -I../src \
|
||||
-I$(top_srcdir)/src/util \
|
||||
-I$(top_srcdir)/src/conf \
|
||||
-I$(top_srcdir)/src/rpc \
|
||||
|
|
|
@ -9,7 +9,7 @@ INCLUDES = \
|
|||
-I$(top_srcdir)/gnulib/lib -I../gnulib/lib \
|
||||
-I$(top_builddir)/include \
|
||||
-I$(top_srcdir)/include \
|
||||
-I$(top_srcdir)/src \
|
||||
-I$(top_srcdir)/src -I../src \
|
||||
-I$(top_srcdir)/src/util \
|
||||
-I$(top_srcdir)/src/conf \
|
||||
$(GETTEXT_CPPFLAGS)
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
INCLUDES = \
|
||||
-I../include -I$(top_srcdir)/include \
|
||||
-I$(top_srcdir)/gnulib/lib -I../gnulib/lib \
|
||||
-I$(top_srcdir)/src \
|
||||
-I$(top_srcdir)/src -I../src \
|
||||
-I$(top_srcdir)/src/util \
|
||||
-I$(top_srcdir) \
|
||||
$(GETTEXT_CPPFLAGS)
|
||||
|
|
Loading…
Reference in New Issue