From d562330ed268e68dcf03884269ef28a3ed8ed87b Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 5 Jul 1994 18:16:13 +0000 Subject: Formerly Makefile.~9~ --- libtrivfs/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'libtrivfs') 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 -- cgit v1.2.3