diff options
Diffstat (limited to 'console-client/Makefile')
-rw-r--r-- | console-client/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/console-client/Makefile b/console-client/Makefile index ce8ce353..69a7e371 100644 --- a/console-client/Makefile +++ b/console-client/Makefile @@ -36,8 +36,8 @@ SRCS = $(CONSOLE_SRCS) \ VPATH += $(srcdir)/xkb OBJS = $(addsuffix .o,$(basename $(notdir $(SRCS)))) kdioctlServer.o -HURDLIBS = cons threads ports netfs fshelp iohelp ihash shouldbeinlibc -LDLIBS = -ldl +HURDLIBS = cons ports netfs fshelp iohelp ihash shouldbeinlibc +LDLIBS = -ldl -lpthread module-dir = $(libdir)/hurd/console console-LDFLAGS = -Wl,-E @@ -62,7 +62,7 @@ driver-DEPS = $(..)config.make console: $(CONSOLE_SRCS:.c=.o) \ ../libnetfs/libnetfs.a ../libfshelp/libfshelp.a \ ../libcons/libcons.a ../libports/libports.a \ - ../libthreads/libthreads.a ../libshouldbeinlibc/libshouldbeinlibc.a + ../libshouldbeinlibc/libshouldbeinlibc.a modules = vga pc_kbd generic_speaker pc_mouse current_vcs |