summaryrefslogtreecommitdiff
path: root/shutdown
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2019-04-21 16:52:53 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2019-04-21 16:52:53 +0200
commit933ca791a7a9dbd36f58a502181c5822a3c5cadf (patch)
treec55c9cf48e143474e92ca7457162c4c3f56bf7a1 /shutdown
parentcb224849bc10b8cc0c60fe54b5bf2287296e33c0 (diff)
shutdown: Fix static link
* shutdown/Makefile (HURDLIBS): Add iohelp ihash.
Diffstat (limited to 'shutdown')
-rw-r--r--shutdown/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/shutdown/Makefile b/shutdown/Makefile
index ced79702..8c219c4c 100644
--- a/shutdown/Makefile
+++ b/shutdown/Makefile
@@ -19,7 +19,7 @@ dir := shutdown
makemode := server
SRCS = shutdown.c acpi_shutdown.c
-HURDLIBS = ports shouldbeinlibc trivfs
+HURDLIBS = ports shouldbeinlibc trivfs iohelp ihash
target = shutdown
MIGSTUBS = shutdownServer.o
MIGSFLAGS = -imacros $(srcdir)/mig-mutate.h