summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Zammit <damien@zamaudio.com>2020-07-24 23:20:35 +1000
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2020-07-24 15:26:40 +0200
commit1bb4fdc3a2c725276d457d2fa7cd1962d3e232d6 (patch)
tree6013d338fcf9ce4b3ae4edc07c3f40044e31ea1d
parenteb0c48735244a409d9c9d6fe81425f86ca8aac51 (diff)
libmachdev: Remove deviceUser, this lib is a deviceServer
libmachuser provides what we need Message-Id: <20200724132039.110421-1-damien@zamaudio.com>
-rw-r--r--libmachdev/Makefile6
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"