diff options
| author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2012-11-25 22:26:45 +0000 |
|---|---|---|
| committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2012-11-25 22:26:45 +0000 |
| commit | 1b603fcc170d24a0d7dfb9536d2afdfc256bcb8d (patch) | |
| tree | 7f8d799d2a2c76a545fc66529bf2ed6d2f141960 /ufs/Makefile | |
| parent | 958563acc850a29e2aee9179ffb154900a8ca8a7 (diff) | |
| parent | 47254a484e9fd45ad975dcf3e23a06252a031e59 (diff) | |
Merge branch 'upstream' into 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 |
