diff options
| author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2012-11-26 00:03:30 +0000 |
|---|---|---|
| committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2012-11-26 00:03:30 +0000 |
| commit | eaa76a8dee2236d7f3f493ada113576d0e47f453 (patch) | |
| tree | c7be406c4f644834b7be5a1d8de338f04a979818 /ufs/Makefile | |
| parent | 0fd99adfaf0255df26a540817e9eb09a456aeb45 (diff) | |
| parent | 393b762d63721cfb68e7efe54578370c18c7d0d3 (diff) | |
Merge branch 'upstream-merged'
Diffstat (limited to 'ufs/Makefile')
| -rw-r--r-- | ufs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ufs/Makefile b/ufs/Makefile index a1cfc4c9..b66a6259 100644 --- a/ufs/Makefile +++ b/ufs/Makefile @@ -24,7 +24,8 @@ SRCS = alloc.c consts.c dir.c hyper.c inode.c main.c pager.c \ sizes.c subr.c tables.c bmap.c pokeloc.c xinl.c OBJS = $(SRCS:.c=.o) -HURDLIBS = diskfs iohelp fshelp store pager threads ports ihash shouldbeinlibc +HURDLIBS = diskfs iohelp fshelp store pager ports ihash shouldbeinlibc +OTHERLIBS = -lpthread include ../Makeconf |
