mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-03 19:45:21 +00:00
build: Fix VPATH build with new probes
This commit is contained in:
parent
ad2bb65c4a
commit
15d52307f9
@ -6,7 +6,7 @@
|
|||||||
INCLUDES = \
|
INCLUDES = \
|
||||||
-I$(top_srcdir)/gnulib/lib -I../gnulib/lib \
|
-I$(top_srcdir)/gnulib/lib -I../gnulib/lib \
|
||||||
-I$(top_srcdir)/include -I$(top_builddir)/include \
|
-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/util \
|
||||||
-I$(top_srcdir)/src/conf \
|
-I$(top_srcdir)/src/conf \
|
||||||
-I$(top_srcdir)/src/rpc \
|
-I$(top_srcdir)/src/rpc \
|
||||||
|
@ -9,7 +9,7 @@ INCLUDES = \
|
|||||||
-I$(top_srcdir)/gnulib/lib -I../gnulib/lib \
|
-I$(top_srcdir)/gnulib/lib -I../gnulib/lib \
|
||||||
-I$(top_builddir)/include \
|
-I$(top_builddir)/include \
|
||||||
-I$(top_srcdir)/include \
|
-I$(top_srcdir)/include \
|
||||||
-I$(top_srcdir)/src \
|
-I$(top_srcdir)/src -I../src \
|
||||||
-I$(top_srcdir)/src/util \
|
-I$(top_srcdir)/src/util \
|
||||||
-I$(top_srcdir)/src/conf \
|
-I$(top_srcdir)/src/conf \
|
||||||
$(GETTEXT_CPPFLAGS)
|
$(GETTEXT_CPPFLAGS)
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
INCLUDES = \
|
INCLUDES = \
|
||||||
-I../include -I$(top_srcdir)/include \
|
-I../include -I$(top_srcdir)/include \
|
||||||
-I$(top_srcdir)/gnulib/lib -I../gnulib/lib \
|
-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)/src/util \
|
||||||
-I$(top_srcdir) \
|
-I$(top_srcdir) \
|
||||||
$(GETTEXT_CPPFLAGS)
|
$(GETTEXT_CPPFLAGS)
|
||||||
|
Loading…
Reference in New Issue
Block a user