Whamcloud - gitweb
Makefile.in: Move dupfs.o and test_io.o from the
authorTheodore Ts'o <tytso@mit.edu>
Tue, 13 Aug 2002 19:16:47 +0000 (15:16 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 13 Aug 2002 19:16:47 +0000 (15:16 -0400)
needed-by-debugfs object list to the needed-by-resizer
object list.  Fixes compile problem if the system is built
with only --disable-debugfs.

lib/ext2fs/ChangeLog
lib/ext2fs/Makefile.in

index c8a00eb..68d5524 100644 (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,
index b302b08..82ac27f 100644 (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