File tree 4 files changed +8
-4
lines changed
4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -29,13 +29,14 @@ boot_analysis_SOURCES = \
29
29
boot-analysis-utils.h
30
30
boot_analysis_CPPFLAGS = \
31
31
-I$(top_srcdir ) /gnulib/lib -I$(top_builddir ) /gnulib/lib \
32
+ -I$(top_srcdir ) /common/utils -I$(top_builddir ) /common/utils \
32
33
-I$(top_srcdir ) /src -I$(top_builddir ) /src
33
34
boot_analysis_CFLAGS = \
34
35
-pthread \
35
36
$(WARN_CFLAGS ) $(WERROR_CFLAGS ) \
36
37
$(PCRE_CFLAGS )
37
38
boot_analysis_LDADD = \
38
- $(top_builddir ) /src /libutils.la \
39
+ $(top_builddir ) /common/utils /libutils.la \
39
40
$(top_builddir ) /src/libguestfs.la \
40
41
$(PCRE_LIBS ) \
41
42
$(LIBXML2_LIBS ) \
Original file line number Diff line number Diff line change @@ -31,12 +31,13 @@ boot_benchmark_SOURCES = \
31
31
../boot-analysis/boot-analysis-utils.h
32
32
boot_benchmark_CPPFLAGS = \
33
33
-I$(top_srcdir ) /gnulib/lib -I$(top_builddir ) /gnulib/lib \
34
+ -I$(top_srcdir ) /common/utils -I$(top_builddir ) /common/utils \
34
35
-I$(top_srcdir ) /src -I$(top_builddir ) /src \
35
36
-I$(top_srcdir ) /utils/boot-analysis
36
37
boot_benchmark_CFLAGS = \
37
38
$(WARN_CFLAGS ) $(WERROR_CFLAGS )
38
39
boot_benchmark_LDADD = \
39
- $(top_builddir ) /src /libutils.la \
40
+ $(top_builddir ) /common/utils /libutils.la \
40
41
$(top_builddir ) /src/libguestfs.la \
41
42
$(LIBXML2_LIBS ) \
42
43
$(LTLIBINTL ) \
Original file line number Diff line number Diff line change @@ -25,13 +25,14 @@ qemu_boot_SOURCES = \
25
25
qemu-boot.c
26
26
qemu_boot_CPPFLAGS = \
27
27
-I$(top_srcdir ) /gnulib/lib -I$(top_builddir ) /gnulib/lib \
28
+ -I$(top_srcdir ) /common/utils -I$(top_builddir ) /common/utils \
28
29
-I$(top_srcdir ) /src -I$(top_builddir ) /src \
29
30
-I$(top_srcdir ) /df
30
31
qemu_boot_CFLAGS = \
31
32
-pthread \
32
33
$(WARN_CFLAGS ) $(WERROR_CFLAGS )
33
34
qemu_boot_LDADD = \
34
- $(top_builddir ) /src /libutils.la \
35
+ $(top_builddir ) /common/utils /libutils.la \
35
36
$(top_builddir ) /src/libguestfs.la \
36
37
$(LIBXML2_LIBS ) \
37
38
$(LIBVIRT_LIBS ) \
Original file line number Diff line number Diff line change @@ -23,12 +23,13 @@ qemu_speed_test_SOURCES = \
23
23
qemu-speed-test.c
24
24
qemu_speed_test_CPPFLAGS = \
25
25
-I$(top_srcdir ) /gnulib/lib -I$(top_builddir ) /gnulib/lib \
26
+ -I$(top_srcdir ) /common/utils -I$(top_builddir ) /common/utils \
26
27
-I$(top_srcdir ) /src -I$(top_builddir ) /src \
27
28
-I$(top_srcdir ) /df
28
29
qemu_speed_test_CFLAGS = \
29
30
$(WARN_CFLAGS ) $(WERROR_CFLAGS )
30
31
qemu_speed_test_LDADD = \
31
- $(top_builddir ) /src /libutils.la \
32
+ $(top_builddir ) /common/utils /libutils.la \
32
33
$(top_builddir ) /src/libguestfs.la \
33
34
$(LIBXML2_LIBS ) \
34
35
$(LIBVIRT_LIBS ) \
You can’t perform that action at this time.
0 commit comments