mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
build: Fix VPATH build with new probes
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user