summaryrefslogtreecommitdiff
path: root/libtrivfs/Makefile
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-07-05 18:16:13 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-07-05 18:16:13 +0000
commitd562330ed268e68dcf03884269ef28a3ed8ed87b (patch)
tree81a86a6c1df19b6a5e7ff0b8d0f7e82a6dd4c9ce /libtrivfs/Makefile
parent70154f57d6ca194410d969fc55d07ec41d7e495a (diff)
Formerly Makefile.~9~
Diffstat (limited to 'libtrivfs/Makefile')
-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