summaryrefslogtreecommitdiff
path: root/ext2fs/Makefile
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1995-10-20 23:44:22 +0000
committerMiles Bader <miles@gnu.org>1995-10-20 23:44:22 +0000
commit06f9b7792240e02be491493d1ade8b8d1a4562c5 (patch)
treeee2ecdd8c4f218983f7a01dda4021379c8ddc4c4 /ext2fs/Makefile
parente138869411751679ada71739627e5d6ccecf2939 (diff)
(SRCS): Remove devio.c, add msg.c and storeinfo.c.
Diffstat (limited to 'ext2fs/Makefile')
-rw-r--r--ext2fs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext2fs/Makefile b/ext2fs/Makefile
index 0895866c..bd734407 100644
--- a/ext2fs/Makefile
+++ b/ext2fs/Makefile
@@ -20,8 +20,8 @@ dir := ext2fs
makemode := server
target = ext2fs
-SRCS = balloc.c bitmap.c devio.c dir.c ext2fs.c getblk.c hyper.c ialloc.c \
- inode.c pager.c pokel.c truncate.c
+SRCS = balloc.c bitmap.c dir.c ext2fs.c getblk.c hyper.c ialloc.c \
+ inode.c pager.c pokel.c truncate.c storeinfo.c msg.c
OBJS = $(SRCS:.c=.o)
LCLHDRS = ext2fs.h ext2_fs.h ext2_fs_i.h