diff options
Diffstat (limited to 'auth/Makefile')
-rw-r--r-- | auth/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/auth/Makefile b/auth/Makefile index 56b99135..75910c77 100644 --- a/auth/Makefile +++ b/auth/Makefile @@ -22,7 +22,8 @@ makemode := server SRCS = auth.c OBJS = auth.o authServer.o auth_replyUser.o target = auth -HURDLIBS = threads ports ihash shouldbeinlibc +HURDLIBS = ports ihash shouldbeinlibc +OTHERLIBS = -lpthread MIGSFLAGS = -imacros $(srcdir)/authmutations.h |