aboutsummaryrefslogtreecommitdiff
path: root/eth-multiplexer/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'eth-multiplexer/Makefile')
-rw-r--r--eth-multiplexer/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/eth-multiplexer/Makefile b/eth-multiplexer/Makefile
index cefa0abd..5f3d2739 100644
--- a/eth-multiplexer/Makefile
+++ b/eth-multiplexer/Makefile
@@ -20,8 +20,8 @@ makemode := server
target = eth-multiplexer
#CFLAGS += -DDEBUG
-SRCS = ethernet.c vdev.c multiplexer.c dev_stat.c netfs_impl.c notify_impl.c device_impl.c demuxer.c
-MIGSTUBS = deviceServer.o notifyServer.o
+SRCS = ethernet.c vdev.c multiplexer.c dev_stat.c netfs_impl.c device_impl.c dead-name.c demuxer.c
+MIGSTUBS = deviceServer.o
MIGSFLAGS = -imacros $(srcdir)/mig-mutate.h
device-MIGSFLAGS="-DMACH_PAYLOAD_TO_PORT=ports_payload_get_name"
OBJS = $(SRCS:.c=.o) $(MIGSTUBS)