Relative path does not work when searching for include files when srcdir != builddir
Signed-off-by: Khem Raj <[email protected]> --- tools/f2fs_io/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/f2fs_io/Makefile.am b/tools/f2fs_io/Makefile.am index 6c17db1..bc4f9d0 100644 --- a/tools/f2fs_io/Makefile.am +++ b/tools/f2fs_io/Makefile.am @@ -1,7 +1,7 @@ ## Makefile.am if LINUX -AM_CPPFLAGS = -I../../include +AM_CPPFLAGS = -I$(top_srcdir)/include AM_CFLAGS = -Wall sbin_PROGRAMS = f2fs_io f2fs_io_SOURCES = f2fs_io.c -- 2.39.0 _______________________________________________ Linux-f2fs-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel
