diff options
author | Theodore Ts'o <tytso@mit.edu> | 2002-02-03 01:00:22 -0500 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2002-02-03 01:00:22 -0500 |
commit | a5f3f5c19191c0eabd345f9cad2d9159e9bc0084 (patch) | |
tree | e16c98514a0db7549e609753c381a7b04a48aa04 /lib/ext2fs/Makefile.in | |
parent | 5599c2fa871d455464d92336d40b80ea1c8560f5 (diff) | |
download | e2fsprogs-a5f3f5c19191c0eabd345f9cad2d9159e9bc0084.tar.gz |
Update files for 1.26 release.
Diffstat (limited to 'lib/ext2fs/Makefile.in')
-rw-r--r-- | lib/ext2fs/Makefile.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/ext2fs/Makefile.in b/lib/ext2fs/Makefile.in index 98a8b9c4..dd63edc3 100644 --- a/lib/ext2fs/Makefile.in +++ b/lib/ext2fs/Makefile.in @@ -252,6 +252,10 @@ alloc.o: $(srcdir)/alloc.c $(srcdir)/ext2_fs.h \ $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \ $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \ $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h +alloc_stats.o: $(srcdir)/alloc_stats.c $(srcdir)/ext2_fs.h \ + $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \ + $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \ + $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h alloc_tables.o: $(srcdir)/alloc_tables.c $(srcdir)/ext2_fs.h \ $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \ $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \ |