summaryrefslogtreecommitdiff
path: root/libmachdev/Makefile
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2012-11-26 00:03:30 +0000
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2012-11-26 00:03:30 +0000
commiteaa76a8dee2236d7f3f493ada113576d0e47f453 (patch)
treec7be406c4f644834b7be5a1d8de338f04a979818 /libmachdev/Makefile
parent0fd99adfaf0255df26a540817e9eb09a456aeb45 (diff)
parent393b762d63721cfb68e7efe54578370c18c7d0d3 (diff)
Merge branch 'upstream-merged'
Diffstat (limited to 'libmachdev/Makefile')
-rw-r--r--libmachdev/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/libmachdev/Makefile b/libmachdev/Makefile
index ad090cae..728fe82e 100644
--- a/libmachdev/Makefile
+++ b/libmachdev/Makefile
@@ -25,7 +25,8 @@ LCLHDRS = dev_hdr.h device_emul.h ds_routines.h vm_param.h \
util.h queue.h io_req.h if_ether.h machdev.h linux-errno.h \
errno-base.h
installhdrs = machdev.h
-HURDLIBS = ports threads trivfs ddekit bpf
+HURDLIBS = ports trivfs ddekit bpf
+OTHERLIBS = -lpthread
OBJS = $(SRCS:.c=.o) $(MIGSTUBS)
include ../Makeconf