summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libtrivfs/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/libtrivfs/Makefile b/libtrivfs/Makefile
index 17baad76..44a7d74d 100644
--- a/libtrivfs/Makefile
+++ b/libtrivfs/Makefile
@@ -43,11 +43,13 @@ OTHERSRCS=demuxer.c handle-port.c protid-clean.c cntl-clean.c migsupport.c
SRCS=$(FSSRCS) $(IOSRCS) $(FSYSSRCS) $(NOTIFYSRCS) $(INTSRCS) $(OTHERSRCS)
+TAGSHDRS = trivfs.h fsmutations.h
+
MIGSTUBS=fsServer.o ioServer.o fsysServer.o interruptServer.o notifyServer.o
OBJS= $(subst .c,.o,$(SRCS)) $(MIGSTUBS)
-DIST_FILES= $(SRCS) Makefile ChangeLog trivfs.h
+DIST_FILES= $(SRCS) Makefile ChangeLog trivfs.h fsmutations.h
MIGSFLAGS=-imacros fsmutations.h