diff options
Diffstat (limited to 'libmachdev/Makefile')
-rw-r--r-- | libmachdev/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmachdev/Makefile b/libmachdev/Makefile index a4a58198..7b07c926 100644 --- a/libmachdev/Makefile +++ b/libmachdev/Makefile @@ -20,7 +20,7 @@ makemode := library libname = libmachdev SRCS = ds_routines.c trivfs_server.c startup_notifyServer.c \ - deviceServer.c notifyServer.c mach_i386Server.c + deviceServer.c mach_i386Server.c 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 |