diff options
Diffstat (limited to 'proc/Makefile')
-rw-r--r-- | proc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/proc/Makefile b/proc/Makefile index d54166d2..2eed13c1 100644 --- a/proc/Makefile +++ b/proc/Makefile @@ -31,7 +31,8 @@ MIGSFLAGS="-DPROCESS_INTRAN=pstruct_t reqport_find (process_t)" \ MIGSTUBS = processServer.o notifyServer.o \ ourmsgUser.o proc_excUser.o proc_excServer.o OBJS = $(SRCS:.c=.o) $(MIGSTUBS) -HURDLIBS=threads ihash ports shouldbeinlibc +HURDLIBS = ihash ports shouldbeinlibc +OTHERLIBS = -lpthread include ../Makeconf |