mirror of
https://gitee.com/openharmony/third_party_f2fs-tools
synced 2024-11-23 10:10:00 +00:00
15ea79b3ae
This will allow turning mkfs into a libarary more easily. Signed-off-by: JP Abgrall <jpa@google.com> Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
8 lines
162 B
Makefile
8 lines
162 B
Makefile
## Makefile.am
|
|
|
|
lib_LTLIBRARIES = libf2fs.la
|
|
|
|
libf2fs_la_SOURCES = libf2fs.c libf2fs_io.c
|
|
libf2fs_la_CFLAGS = -Wall
|
|
libf2fs_la_CPPFLAGS = -I$(top_srcdir)/include
|