From 917e87509841ad7bd91cfd7d423204f831ebfc93 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Tue, 13 Aug 2002 15:16:47 -0400 Subject: [PATCH] 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. --- lib/ext2fs/ChangeLog | 7 +++++++ lib/ext2fs/Makefile.in | 6 +++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/lib/ext2fs/ChangeLog b/lib/ext2fs/ChangeLog index c8a00eb5..68d55249 100644 --- a/lib/ext2fs/ChangeLog +++ b/lib/ext2fs/ChangeLog @@ -1,3 +1,10 @@ +2002-08-13 + + * 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 * link.c (ext2fs_link): When adding a new link to a directory, diff --git a/lib/ext2fs/Makefile.in b/lib/ext2fs/Makefile.in index b302b08c..82ac27f9 100644 --- a/lib/ext2fs/Makefile.in +++ b/lib/ext2fs/Makefile.in @@ -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