summaryrefslogtreecommitdiff
path: root/fatfs/Makefile
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2014-02-12 19:28:10 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2014-02-12 19:28:10 +0100
commitc8b5250cc50a3451ecce9685d8b3457b3c1b133d (patch)
tree099cd495fb6b498792accbc6681d0d01652a975d /fatfs/Makefile
parentd1a48bcce645417a983a4c96090ed70e860915b4 (diff)
parentab9163fbbf629d82e6eb455dde3221dbd02ea28a (diff)
Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/hurd
Diffstat (limited to 'fatfs/Makefile')
-rw-r--r--fatfs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/fatfs/Makefile b/fatfs/Makefile
index c673b1ba..9a04fbb2 100644
--- a/fatfs/Makefile
+++ b/fatfs/Makefile
@@ -23,7 +23,7 @@ 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
-OTHERLIBS = -lpthread
+OTHERLIBS = -lpthread -lbz2
include ../Makeconf