From d261675a592f6109826ccbdb07c7f485c4c88683 Mon Sep 17 00:00:00 2001 From: Richard Braun Date: Sun, 25 Nov 2012 23:12:41 +0100 Subject: Move DDE to pthreads --- libddekit/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libddekit/Makefile') diff --git a/libddekit/Makefile b/libddekit/Makefile index 29000cd9..a11534b7 100644 --- a/libddekit/Makefile +++ b/libddekit/Makefile @@ -40,7 +40,8 @@ LCLHDRS = $(installhdrs) \ MIGSTUBS = deviceUser.o machUser.o OBJS = $(sort $(SRCS:.c=.o) $(MIGSTUBS)) -HURDLIBS = threads ports shouldbeinlibc hurd-slab +HURDLIBS = ports shouldbeinlibc hurd-slab +OTHERLIBS = -lpthread MIGCOMSFLAGS = -prefix dde_ -- cgit v1.2.3