summaryrefslogtreecommitdiff
path: root/libmachdev/Makefile
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2012-11-25 23:49:29 +0000
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2012-11-25 23:49:29 +0000
commit36318d1929e9437df0402a78ff63a70f78d6a89e (patch)
tree38588eaa8b400d7abf384a17e21dea75b104b177 /libmachdev/Makefile
parenteaa21da4ea94937a1bc2157c042a233d524d17ce (diff)
parentd261675a592f6109826ccbdb07c7f485c4c88683 (diff)
Merge branch 'dde-upstream' into dde
Conflicts: dde_e100/Makefile dde_e1000/Makefile dde_ne2k_pci/Makefile dde_pcnet32/Makefile dde_rtl8139/Makefile
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