Makefile.in: Move dupfs.o and test_io.o from the

needed-by-debugfs object list to the needed-by-resizer
	object list.  Fixes compile problem if the system is built
	with only --disable-debugfs.
bitmap-optimize
Theodore Ts'o 2002-08-13 15:16:47 -04:00
parent 838e773e7a
commit 917e875098
2 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,10 @@
2002-08-13 <tytso@snap.thunk.org>
* Makefile.in: Move dupfs.o and test_io.o from the
needed-by-debugfs object list to the needed-by-resizer
object list. Fixes compile problem if the system is built
with only --disable-debugfs.
2002-07-29 Theodore Ts'o <tytso@mit.edu>
* link.c (ext2fs_link): When adding a new link to a directory,

View File

@ -7,10 +7,10 @@ INSTALL = @INSTALL@
@MCONFIG@
@DEBUGFS_CMT@DEBUGFS_LIB_OBJS = bb_compat.o cmp_bitmaps.o dupfs.o fileio.o \
@DEBUGFS_CMT@ namei.o test_io.o write_bb_file.o
@DEBUGFS_CMT@DEBUGFS_LIB_OBJS = bb_compat.o cmp_bitmaps.o fileio.o \
@DEBUGFS_CMT@ namei.o write_bb_file.o
@RESIZER_CMT@RESIZE_LIB_OBJS = rs_bitmap.o
@RESIZER_CMT@RESIZE_LIB_OBJS = rs_bitmap.o dupfs.o test_io.o
@IMAGER_CMT@E2IMAGE_LIB_OBJS = imager.o