summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2019-04-21 18:06:33 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2019-04-21 18:06:33 +0200
commitdb98f4afb07c5083ab01168dd8ea45a7e09bd51b (patch)
tree79a248a05a3ec4da9b14678095ca09acb5d9ba96
parent933ca791a7a9dbd36f58a502181c5822a3c5cadf (diff)
shutdown: Fix static link
* shutdown/Makefile (HURDLIBS): Add fshelp.
-rw-r--r--shutdown/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/shutdown/Makefile b/shutdown/Makefile
index 8c219c4c..2d2593c0 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 iohelp ihash
+HURDLIBS = ports shouldbeinlibc trivfs iohelp ihash fshelp
target = shutdown
MIGSTUBS = shutdownServer.o
MIGSFLAGS = -imacros $(srcdir)/mig-mutate.h