diff options
Diffstat (limited to 'shutdown/Makefile')
-rw-r--r-- | shutdown/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shutdown/Makefile b/shutdown/Makefile index 73813dab..fc5e697d 100644 --- a/shutdown/Makefile +++ b/shutdown/Makefile @@ -18,7 +18,7 @@ dir := shutdown makemode := server -SRCS = shutdown.c acpi_shutdown.c +SRCS = shutdown.c acpiUser.c HURDLIBS = ports shouldbeinlibc trivfs iohelp ihash fshelp LDLIBS = -lpthread target = shutdown |