mirror of
https://gitee.com/openharmony/third_party_f2fs-tools
synced 2024-11-23 10:10:00 +00:00
f2fs_io: Fix out of tree builds
Relative path does not work when searching for include files when srcdir != builddir Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
This commit is contained in:
parent
4207f53215
commit
e118fca18c
@ -1,7 +1,7 @@
|
|||||||
## Makefile.am
|
## Makefile.am
|
||||||
|
|
||||||
if LINUX
|
if LINUX
|
||||||
AM_CPPFLAGS = -I../../include
|
AM_CPPFLAGS = -I$(top_srcdir)/include
|
||||||
AM_CFLAGS = -Wall
|
AM_CFLAGS = -Wall
|
||||||
sbin_PROGRAMS = f2fs_io
|
sbin_PROGRAMS = f2fs_io
|
||||||
f2fs_io_SOURCES = f2fs_io.c
|
f2fs_io_SOURCES = f2fs_io.c
|
||||||
|
Loading…
Reference in New Issue
Block a user