diff options
author | Damien Zammit <damien@zamaudio.com> | 2020-07-24 23:20:35 +1000 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-07-24 15:26:40 +0200 |
commit | 1bb4fdc3a2c725276d457d2fa7cd1962d3e232d6 (patch) | |
tree | 6013d338fcf9ce4b3ae4edc07c3f40044e31ea1d /libmachdev | |
parent | eb0c48735244a409d9c9d6fe81425f86ca8aac51 (diff) | |
download | hurd-1bb4fdc3a2c725276d457d2fa7cd1962d3e232d6.tar.gz hurd-1bb4fdc3a2c725276d457d2fa7cd1962d3e232d6.tar.bz2 hurd-1bb4fdc3a2c725276d457d2fa7cd1962d3e232d6.zip |
libmachdev: Remove deviceUser, this lib is a deviceServer
libmachuser provides what we need
Message-Id: <20200724132039.110421-1-damien@zamaudio.com>
Diffstat (limited to 'libmachdev')
-rw-r--r-- | libmachdev/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libmachdev/Makefile b/libmachdev/Makefile index 1f15ebe9..db275cce 100644 --- a/libmachdev/Makefile +++ b/libmachdev/Makefile @@ -19,13 +19,13 @@ dir := libmachdev makemode := library libname = libmachdev -SRCS = deviceUser.c machUser.c ds_routines.c trivfs_server.c \ - device_replyUser.c deviceServer.c notifyServer.c +SRCS = ds_routines.c trivfs_server.c \ + deviceServer.c notifyServer.c LCLHDRS = machdev.h machdev-device_emul.h machdev-dev_hdr.h mach_device.h installhdrs = machdev.h machdev-device_emul.h machdev-dev_hdr.h HURDLIBS = ports trivfs -LDLIBS += -lpthread +LDLIBS += -lpthread -lmachuser OBJS = $(SRCS:.c=.o) $(MIGSTUBS) MIGSFLAGS = -imacros $(srcdir)/mig-mutate.h device-MIGSFLAGS="-DMACH_PAYLOAD_TO_PORT=ports_payload_get_name" |