diff options
Diffstat (limited to 'term/Makefile')
-rw-r--r-- | term/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/term/Makefile b/term/Makefile index 4aa6e3df..025a9b39 100644 --- a/term/Makefile +++ b/term/Makefile @@ -25,7 +25,8 @@ makemode := server target = term SRCS = devio.c munge.c users.c main.c ptyio.c hurdio.c xinl.c -HURDLIBS = trivfs fshelp iohelp threads ports ihash shouldbeinlibc +HURDLIBS = trivfs fshelp iohelp ports ihash shouldbeinlibc +OTHERLIBS = -lpthread OBJS = $(subst .c,.o,$(SRCS)) termServer.o device_replyServer.o tioctlServer.o ourmsgUser.o include ../Makeconf |