aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorJP Abgrall <jpa@google.com>2014-02-05 19:54:12 -0800
committerJaegeuk Kim <jaegeuk.kim@samsung.com>2014-04-07 12:14:10 +0900
commit15ea79b3ae7f0474ade43ba8b6eb328806e01e15 (patch)
treee6e56a4175fc4b2be445c956e0c8509d278e2e5a /lib/Makefile.am
parentaf3c6803bd3db784531ff5675c539eef4bae1a15 (diff)
downloadandroid_external_f2fs-tools-15ea79b3ae7f0474ade43ba8b6eb328806e01e15.tar.gz
android_external_f2fs-tools-15ea79b3ae7f0474ade43ba8b6eb328806e01e15.tar.bz2
android_external_f2fs-tools-15ea79b3ae7f0474ade43ba8b6eb328806e01e15.zip
further split up lib2fs so that it does not do any IO directly.
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>
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 6498df9..a6b304c 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -2,6 +2,6 @@
lib_LTLIBRARIES = libf2fs.la
-libf2fs_la_SOURCES = libf2fs.c
+libf2fs_la_SOURCES = libf2fs.c libf2fs_io.c
libf2fs_la_CFLAGS = -Wall
libf2fs_la_CPPFLAGS = -I$(top_srcdir)/include