diff options
author | Damien Zammit <damien@zamaudio.com> | 2020-08-01 15:05:38 +1000 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-08-02 23:33:36 +0200 |
commit | 49eae3b568ca925e9f0f928f8fb6dd8457d7d0b0 (patch) | |
tree | 7d54b9ff7c9fafa3e70960d12f0a98c957a815dd /libmachdev/Makefile | |
parent | 304adff10d5bdeeb618a6633e3b80e51aa4585c6 (diff) | |
download | hurd-49eae3b568ca925e9f0f928f8fb6dd8457d7d0b0.tar.gz hurd-49eae3b568ca925e9f0f928f8fb6dd8457d7d0b0.tar.bz2 hurd-49eae3b568ca925e9f0f928f8fb6dd8457d7d0b0.zip |
libmachdev: Introduce startup notification for clean rumpdisk shutdown
Message-Id: <20200801050538.273196-1-damien@zamaudio.com>
Diffstat (limited to 'libmachdev/Makefile')
-rw-r--r-- | libmachdev/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libmachdev/Makefile b/libmachdev/Makefile index 15b98cf1..3cd278f2 100644 --- a/libmachdev/Makefile +++ b/libmachdev/Makefile @@ -19,10 +19,10 @@ dir := libmachdev makemode := library libname = libmachdev -SRCS = ds_routines.c trivfs_server.c \ +SRCS = ds_routines.c trivfs_server.c startup_notifyServer.c \ deviceServer.c notifyServer.c mach_i386Server.c -LCLHDRS = machdev.h machdev-device_emul.h machdev-dev_hdr.h mach_device.h +LCLHDRS = machdev.h machdev-device_emul.h machdev-dev_hdr.h mach_device.h trivfs_server.h installhdrs = machdev.h machdev-device_emul.h machdev-dev_hdr.h HURDLIBS = ports trivfs LDLIBS += -lpthread -lmachuser |