diff options
Diffstat (limited to 'libcons/Makefile')
-rw-r--r-- | libcons/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libcons/Makefile b/libcons/Makefile index e0bf62c4..a0df9f63 100644 --- a/libcons/Makefile +++ b/libcons/Makefile @@ -30,7 +30,8 @@ fs_notify-MIGSFLAGS = -imacros $(srcdir)/mutations.h MIGSTUBS = fs_notifyServer.o OBJS = $(sort $(SRCS:.c=.o) $(MIGSTUBS)) -HURDLIBS = threads ports +HURDLIBS = ports +LDLIBS += -lpthread MIGCOMSFLAGS = -prefix cons_ |