diff options
author | Theodore Ts'o <tytso@mit.edu> | 1997-06-12 07:14:32 +0000 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 1997-06-12 07:14:32 +0000 |
commit | 052db4b76e552682c1ad94ff4943faa98c958343 (patch) | |
tree | a11b066270c569ab1e9431f5ec528b642b884e19 /resize/Makefile.in | |
parent | da2e97f7cf048b0c089ab5d0f756d0b40275ed59 (diff) | |
download | e2fsprogs-052db4b76e552682c1ad94ff4943faa98c958343.tar.gz |
Makefile.in, .del-inodemap.c~24510e64, main.c, resize2fs.c, resize2fs.h:
New snapshot (almost fully functional)
Diffstat (limited to 'resize/Makefile.in')
-rw-r--r-- | resize/Makefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/resize/Makefile.in b/resize/Makefile.in index 9f5c2ccd..d5991f81 100644 --- a/resize/Makefile.in +++ b/resize/Makefile.in @@ -14,9 +14,10 @@ INSTALL = @INSTALL@ PROGS= resize2fs MANPAGES= resize2fs.8 -RESIZE_OBJS= resize2fs.o main.o +RESIZE_OBJS= inodemap.o resize2fs.o main.o -SRCS= $(srcdir)/resize2fs.c \ +SRCS= $(srcdir)/inodemap.c \ + $(srcdir)/resize2fs.c \ $(srcdir)/main.c LIBS= $(LIBEXT2FS) $(LIBE2P) $(LIBCOM_ERR) $(LIBUUID) |