diff options
| author | Richard Braun <rbraun@sceen.net> | 2012-11-25 23:12:41 +0100 |
|---|---|---|
| committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2012-11-25 23:12:41 +0100 |
| commit | d261675a592f6109826ccbdb07c7f485c4c88683 (patch) | |
| tree | 4f739c11a9bec9ad1f2e9c8436fac7ee3e6dcf60 /libmachdev/Makefile | |
| parent | e1b0e34210b385d05e50900486262709a9ee3a31 (diff) | |
Move DDE to pthreads
Diffstat (limited to 'libmachdev/Makefile')
| -rw-r--r-- | libmachdev/Makefile | 3 |
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 |
