diff options
-rw-r--r-- | shutdown/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shutdown/Makefile b/shutdown/Makefile index 2d2593c0..73813dab 100644 --- a/shutdown/Makefile +++ b/shutdown/Makefile @@ -20,6 +20,7 @@ makemode := server SRCS = shutdown.c acpi_shutdown.c HURDLIBS = ports shouldbeinlibc trivfs iohelp ihash fshelp +LDLIBS = -lpthread target = shutdown MIGSTUBS = shutdownServer.o MIGSFLAGS = -imacros $(srcdir)/mig-mutate.h |