]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
libext2fs: Always build file_io.c
authorTheodore Ts'o <tytso@mit.edu>
Sun, 4 Oct 2009 20:29:17 +0000 (16:29 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 4 Oct 2009 20:29:17 +0000 (16:29 -0400)
Commit 1d9b818: dumpe2fs: Print more information about the inline journal
caused dumpe2fs to use ext2fs_file_open2().  Previously the file_io
functions were only used by debugfs, so if debugfs was disabled,
file_io was not built.  Now that dumpe2fs is also using file_io, we
need to build it unconditionally.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
lib/ext2fs/Makefile.in

index 3712c543fa76592c46c71ee88a8331afb51ccbba..a3501813d14d2071e8fdc67a6653d992b27c1bbf 100644 (file)
@@ -7,8 +7,7 @@ INSTALL = @INSTALL@
 
 @MCONFIG@
 
-@DEBUGFS_CMT@DEBUGFS_LIB_OBJS = bb_compat.o fileio.o \
-@DEBUGFS_CMT@  inode_io.o namei.o write_bb_file.o 
+@DEBUGFS_CMT@DEBUGFS_LIB_OBJS = bb_compat.o inode_io.o namei.o write_bb_file.o
 
 MK_CMDS=       _SS_DIR_OVERRIDE=../ss ../ss/mk_cmds
 
@@ -41,6 +40,7 @@ OBJS= $(DEBUGFS_LIB_OBJS) $(RESIZE_LIB_OBJS) $(E2IMAGE_LIB_OBJS) \
        expanddir.o \
        ext_attr.o \
        extent.o \
+       fileio.o \
        finddev.o \
        flushb.o \
        freefs.o \