summaryrefslogtreecommitdiff
path: root/fatfs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'fatfs/Makefile')
-rw-r--r--fatfs/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/fatfs/Makefile b/fatfs/Makefile
index 6224b644..e4f01eca 100644
--- a/fatfs/Makefile
+++ b/fatfs/Makefile
@@ -22,7 +22,8 @@ target = fatfs
SRCS = inode.c main.c dir.c pager.c fat.c virt-inode.c node-create.c
OBJS = $(SRCS:.c=.o)
-HURDLIBS = diskfs iohelp fshelp store pager ports ihash shouldbeinlibc
+HURDLIBS = diskfs iohelp fshelp store pager ports ihash introspection \
+ shouldbeinlibc
OTHERLIBS = -lpthread $(and $(HAVE_LIBBZ2),-lbz2) $(and $(HAVE_LIBZ),-lz)
include ../Makeconf