diff options
Diffstat (limited to 'auth/Makefile')
-rw-r--r-- | auth/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/Makefile b/auth/Makefile index b9eedda5..b82de074 100644 --- a/auth/Makefile +++ b/auth/Makefile @@ -23,7 +23,7 @@ SRCS = auth.c OBJS = auth.o authServer.o auth_replyUser.o target = auth HURDLIBS = ports ihash shouldbeinlibc -OTHERLIBS = -lpthread +LDLIBS = -lpthread MIGSFLAGS = -imacros $(srcdir)/mig-mutate.h |