summaryrefslogtreecommitdiff
path: root/ext2fs/Makefile
diff options
context:
space:
mode:
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 07bb3f95..2d2fb95e 100644
--- a/ext2fs/Makefile
+++ b/ext2fs/Makefile
@@ -20,10 +20,10 @@ dir := ext2fs
makemode := server
target = ext2fs
-SRCS = balloc.c bitmap.c dir.c ext2fs.c getblk.c hyper.c ialloc.c \
+SRCS = balloc.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
+LCLHDRS = ext2fs.h ext2_fs.h ext2_fs_i.h bitmap.h
HURDLIBS=diskfs pager iohelp fshelp store ports threads ihash shouldbeinlibc
include ../Makeconf