summaryrefslogtreecommitdiff
path: root/eth-multiplexer/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'eth-multiplexer/Makefile')
-rw-r--r--eth-multiplexer/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/eth-multiplexer/Makefile b/eth-multiplexer/Makefile
index a96619cf..15d05a68 100644
--- a/eth-multiplexer/Makefile
+++ b/eth-multiplexer/Makefile
@@ -22,6 +22,7 @@ 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 = ourdeviceServer.o notifyServer.o
+MIGSFLAGS = -imacros $(srcdir)/mig-mutate.h
OBJS = $(SRCS:.c=.o) $(MIGSTUBS)
LCLHDRS = ethernet.h util.h vdev.h netfs_impl.h
DIST_FILES = ourdevice.defs notify.defs