diff options
Diffstat (limited to 'devnode/Makefile')
-rw-r--r-- | devnode/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devnode/Makefile b/devnode/Makefile index f4522564..2c8af58d 100644 --- a/devnode/Makefile +++ b/devnode/Makefile @@ -24,6 +24,7 @@ DIST_FILES = ourdevice.defs notify.defs HURDLIBS = ports trivfs fshelp shouldbeinlibc target = devnode MIGSTUBS = ourdeviceServer.o notifyServer.o +MIGSFLAGS = -imacros $(srcdir)/mig-mutate.h OBJS = $(SRCS:.c=.o) $(MIGSTUBS) include ../Makeconf |