mirror of
https://gitee.com/openharmony/third_party_f2fs-tools
synced 2024-11-23 10:10:00 +00:00
e118fca18c
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>
9 lines
139 B
Makefile
9 lines
139 B
Makefile
## Makefile.am
|
|
|
|
if LINUX
|
|
AM_CPPFLAGS = -I$(top_srcdir)/include
|
|
AM_CFLAGS = -Wall
|
|
sbin_PROGRAMS = f2fs_io
|
|
f2fs_io_SOURCES = f2fs_io.c
|
|
endif
|